Mailinglist Archive: yast-commit (535 mails)
| < Previous | Next > |
[yast-commit] r41463 - /branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Thu, 18 Oct 2007 12:37:24 -0000
- Message-id: <20071018123724.964A526644@xxxxxxxxxxxxxxxx>
Author: gs
Date: Thu Oct 18 14:37:24 2007
New Revision: 41463
URL: http://svn.opensuse.org/viewcvs/yast?rev=41463&view=rev
Log:
enable pkgList->fillDefaultList( );
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc?rev=41463&r1=41462&r2=41463&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc Thu Oct 18 14:37:24 2007
@@ -185,7 +185,7 @@
if ( pkgList )
{
// fill the list with packages (or patches)
- //pkgList->fillDefaultList( );
+ pkgList->fillDefaultList( );
pkgList->setKeyboardFocus();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Oct 18 14:37:24 2007
New Revision: 41463
URL: http://svn.opensuse.org/viewcvs/yast?rev=41463&view=rev
Log:
enable pkgList->fillDefaultList( );
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc?rev=41463&r1=41462&r2=41463&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPackageSelectorStart.cc Thu Oct 18 14:37:24 2007
@@ -185,7 +185,7 @@
if ( pkgList )
{
// fill the list with packages (or patches)
- //pkgList->fillDefaultList( );
+ pkgList->fillDefaultList( );
pkgList->setKeyboardFocus();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |