Mailinglist Archive: yast-commit (535 mails)
| < Previous | Next > |
[yast-commit] r41462 - /branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Thu, 18 Oct 2007 11:46:47 -0000
- Message-id: <20071018114648.022B026641@xxxxxxxxxxxxxxxx>
Author: gs
Date: Thu Oct 18 13:46:47 2007
New Revision: 41462
URL: http://svn.opensuse.org/viewcvs/yast?rev=41462&view=rev
Log:
add YUI_CHECK_NEW
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=41462&r1=41461&r2=41462&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc Thu Oct 18 13:46:47 2007
@@ -62,6 +62,8 @@
return ;
sellist = new NCTable( this, row.size() );
+ YUI_CHECK_NEW( sellist );
+
sellist->setBigList( true );
sellist->SetSepChar( ' ' );
sellist->SetSepWidht( 0 );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Oct 18 13:46:47 2007
New Revision: 41462
URL: http://svn.opensuse.org/viewcvs/yast?rev=41462&view=rev
Log:
add YUI_CHECK_NEW
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=41462&r1=41461&r2=41462&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTable.cc Thu Oct 18 13:46:47 2007
@@ -62,6 +62,8 @@
return ;
sellist = new NCTable( this, row.size() );
+ YUI_CHECK_NEW( sellist );
+
sellist->setBigList( true );
sellist->SetSepChar( ' ' );
sellist->SetSepWidht( 0 );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |