Author: gs Date: Sat Nov 10 09:12:21 2007 New Revision: 41955 URL: http://svn.opensuse.org/viewcvs/yast?rev=41955&view=rev Log: activate creation of search popup Modified: branches/tmp/sh/mod-ui/ncurses/src/pkg/NCPackageSelector.cc Modified: branches/tmp/sh/mod-ui/ncurses/src/pkg/NCPackageSelector.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/pkg/NCPackageSelector.cc?rev=41955&r1=41954&r2=41955&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/pkg/NCPackageSelector.cc (original) +++ branches/tmp/sh/mod-ui/ncurses/src/pkg/NCPackageSelector.cc Sat Nov 10 09:12:21 2007 @@ -260,10 +260,10 @@ // create the filter popup filterPopup = new NCPkgPopupTree( wpos( 1, 1 ), this ); } -#if 0 + // create the search popup searchPopup = new NCPkgPopupSearch( wpos( 1, 1 ), this ); - +#if 0 // the dependency popup depsPopup = new NCPkgPopupDeps( wpos( 3, 8 ), this ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org