Mailinglist Archive: yast-commit (503 mails)
| < Previous | Next > |
[yast-commit] r41099 - /branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Wed, 26 Sep 2007 07:56:46 -0000
- Message-id: <20070926075646.9791817533@xxxxxxxxxxxxxxxx>
Author: gs
Date: Wed Sep 26 09:56:46 2007
New Revision: 41099
URL: http://svn.opensuse.org/viewcvs/yast?rev=41099&view=rev
Log:
sellist->setNotify( true );
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc?rev=41099&r1=41098&r2=41099&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc Wed Sep 26 09:56:46 2007
@@ -61,6 +61,7 @@
if ( sellist )
return;
+ // FIXME: remove opt - will be obsolete once YTable is migrated
YWidgetOpt opt;
opt.notifyMode.setValue( true );
@@ -69,7 +70,8 @@
sellist->SetSepChar( ' ' );
sellist->SetSepWidht( 0 );
sellist->SetHotCol( 0 );
-
+ sellist->setNotify( true );
+
// TO DO: This will be obsolete once YTable is migrated
// TO DO: This will be obsolete once YTable is migrated
// TO DO: This will be obsolete once YTable is migrated
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Sep 26 09:56:46 2007
New Revision: 41099
URL: http://svn.opensuse.org/viewcvs/yast?rev=41099&view=rev
Log:
sellist->setNotify( true );
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc?rev=41099&r1=41098&r2=41099&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc Wed Sep 26 09:56:46 2007
@@ -61,6 +61,7 @@
if ( sellist )
return;
+ // FIXME: remove opt - will be obsolete once YTable is migrated
YWidgetOpt opt;
opt.notifyMode.setValue( true );
@@ -69,7 +70,8 @@
sellist->SetSepChar( ' ' );
sellist->SetSepWidht( 0 );
sellist->SetHotCol( 0 );
-
+ sellist->setNotify( true );
+
// TO DO: This will be obsolete once YTable is migrated
// TO DO: This will be obsolete once YTable is migrated
// TO DO: This will be obsolete once YTable is migrated
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |