Author: gs Date: Wed Aug 1 12:08:44 2007 New Revision: 39864 URL: http://svn.opensuse.org/viewcvs/yast?rev=39864&view=rev Log: don't call addChild() 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=39864&r1=39863&r2=39864&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc (original) +++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc Wed Aug 1 12:08:44 2007 @@ -86,7 +86,7 @@ { if ( !sellist ) return; - NCMIL << "Calling NCPopupTable::addItem" << endl; + sellist->addItem( id, row ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org