Mailinglist Archive: yast-commit (535 mails)
| < Previous | Next > |
[yast-commit] r41177 - /branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Tue, 02 Oct 2007 09:02:08 -0000
- Message-id: <20071002090208.B94282B053@xxxxxxxxxxxxxxxx>
Author: gs
Date: Tue Oct 2 11:02:08 2007
New Revision: 41177
URL: http://svn.opensuse.org/viewcvs/yast?rev=41177&view=rev
Log:
call setValue( text ) for NCInputField
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc?rev=41177&r1=41176&r2=41177&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc Tue Oct 2 11:02:08 2007
@@ -36,18 +36,17 @@
: NCPopup( at )
, wtext( 0 )
{
- YWidgetOpt opt;
- //opt.notifyMode.setValue( true );
wtext = new NCInputField( this,
label,
false, // passwordMode = false
maxInput,
maxFld
);
+ wtext->setValue( text );
wtext->setFldtype( t );
wtext->setReturnOnReturn( true );
wtext->setNotify( true );
- //addChild( wtext );
+
}
///////////////////////////////////////////////////////////////////
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Oct 2 11:02:08 2007
New Revision: 41177
URL: http://svn.opensuse.org/viewcvs/yast?rev=41177&view=rev
Log:
call setValue( text ) for NCInputField
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc?rev=41177&r1=41176&r2=41177&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc Tue Oct 2 11:02:08 2007
@@ -36,18 +36,17 @@
: NCPopup( at )
, wtext( 0 )
{
- YWidgetOpt opt;
- //opt.notifyMode.setValue( true );
wtext = new NCInputField( this,
label,
false, // passwordMode = false
maxInput,
maxFld
);
+ wtext->setValue( text );
wtext->setFldtype( t );
wtext->setReturnOnReturn( true );
wtext->setNotify( true );
- //addChild( wtext );
+
}
///////////////////////////////////////////////////////////////////
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |