Mailinglist Archive: yast-commit (1339 mails)
| < Previous | Next > |
[yast-commit] r46721 - /trunk/ycp-ui-bindings/src/YCPErrorDialog.cc
- From: sh-sh-sh@xxxxxxxxxxxxxxxx
- Date: Wed, 16 Apr 2008 12:05:30 -0000
- Message-id: <20080416120530.44BE529A59@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Wed Apr 16 14:05:29 2008
New Revision: 46721
URL: http://svn.opensuse.org/viewcvs/yast?rev=46721&view=rev
Log:
unneeded widget ID
Modified:
trunk/ycp-ui-bindings/src/YCPErrorDialog.cc
Modified: trunk/ycp-ui-bindings/src/YCPErrorDialog.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ycp-ui-bindings/src/YCPErrorDialog.cc?rev=46721&r1=46720&r2=46721&view=diff
==============================================================================
--- trunk/ycp-ui-bindings/src/YCPErrorDialog.cc (original)
+++ trunk/ycp-ui-bindings/src/YCPErrorDialog.cc Wed Apr 16 14:05:29 2008
@@ -49,7 +49,6 @@
YLayoutBox * buttonBox = fac->createHBox( vbox );
fac->createHStretch( buttonBox );
YPushButton * closeButton = fac->createPushButton( buttonBox, "&Close"
);
- closeButton->setId( new YCPValueWidgetID( YCPSymbol( "cancel" ) ) );
dialog->open();
dialog->waitForEvent();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Apr 16 14:05:29 2008
New Revision: 46721
URL: http://svn.opensuse.org/viewcvs/yast?rev=46721&view=rev
Log:
unneeded widget ID
Modified:
trunk/ycp-ui-bindings/src/YCPErrorDialog.cc
Modified: trunk/ycp-ui-bindings/src/YCPErrorDialog.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ycp-ui-bindings/src/YCPErrorDialog.cc?rev=46721&r1=46720&r2=46721&view=diff
==============================================================================
--- trunk/ycp-ui-bindings/src/YCPErrorDialog.cc (original)
+++ trunk/ycp-ui-bindings/src/YCPErrorDialog.cc Wed Apr 16 14:05:29 2008
@@ -49,7 +49,6 @@
YLayoutBox * buttonBox = fac->createHBox( vbox );
fac->createHStretch( buttonBox );
YPushButton * closeButton = fac->createPushButton( buttonBox, "&Close"
);
- closeButton->setId( new YCPValueWidgetID( YCPSymbol( "cancel" ) ) );
dialog->open();
dialog->waitForEvent();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |