Mailinglist Archive: yast-commit (747 mails)
| < Previous | Next > |
[yast-commit] r39704 - /branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Thu, 26 Jul 2007 12:01:10 -0000
- Message-id: <20070726120111.00DA723946@xxxxxxxxxxxxxxxx>
Author: gs
Date: Thu Jul 26 14:01:10 2007
New Revision: 39704
URL: http://svn.opensuse.org/viewcvs/yast?rev=39704&view=rev
Log:
remove logging
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc?rev=39704&r1=39703&r2=39704&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc Thu Jul 26 14:01:10 2007
@@ -34,7 +34,6 @@
{
WIDDBG << endl;
setWidgetRep(this);
- NCMIL << "PushBUtton constructor" << endl;
setLabel( nlabel );
hotlabel = &label;
if ( isDefaultButton() )
@@ -137,8 +136,6 @@
if ( !win )
return;
- NCMIL << "NCPushButton::wRedraw" << endl;
-
const NCstyle::StWidget & style( widgetStyle() );
win->bkgd( style.plain );
win->clear();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Jul 26 14:01:10 2007
New Revision: 39704
URL: http://svn.opensuse.org/viewcvs/yast?rev=39704&view=rev
Log:
remove logging
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc?rev=39704&r1=39703&r2=39704&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPushButton.cc Thu Jul 26 14:01:10 2007
@@ -34,7 +34,6 @@
{
WIDDBG << endl;
setWidgetRep(this);
- NCMIL << "PushBUtton constructor" << endl;
setLabel( nlabel );
hotlabel = &label;
if ( isDefaultButton() )
@@ -137,8 +136,6 @@
if ( !win )
return;
- NCMIL << "NCPushButton::wRedraw" << endl;
-
const NCstyle::StWidget & style( widgetStyle() );
win->bkgd( style.plain );
win->clear();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |