Mailinglist Archive: yast-commit (687 mails)
| < Previous | Next > |
[yast-commit] r43941 - /trunk/installation/src/clients/inst_complex_welcome.ycp
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Mon, 28 Jan 2008 12:11:25 -0000
- Message-id: <20080128121125.C5FD8291D0@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Jan 28 13:11:25 2008
New Revision: 43941
URL: http://svn.opensuse.org/viewcvs/yast?rev=43941&view=rev
Log:
Enabling Abort button
Modified:
trunk/installation/src/clients/inst_complex_welcome.ycp
Modified: trunk/installation/src/clients/inst_complex_welcome.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_complex_welcome.ycp?rev=43941&r1=43940&r2=43941&view=diff
==============================================================================
--- trunk/installation/src/clients/inst_complex_welcome.ycp (original)
+++ trunk/installation/src/clients/inst_complex_welcome.ycp Mon Jan 28 13:11:25
2008
@@ -286,6 +286,7 @@
Wizard::SetContents (heading_text, contents, help_text,
argmap["enable_back"]:true , argmap["enable_next"]:true);
+ Wizard::EnableAbortButton ();
UI::ChangeWidget (`id (`language), `Value, language);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jan 28 13:11:25 2008
New Revision: 43941
URL: http://svn.opensuse.org/viewcvs/yast?rev=43941&view=rev
Log:
Enabling Abort button
Modified:
trunk/installation/src/clients/inst_complex_welcome.ycp
Modified: trunk/installation/src/clients/inst_complex_welcome.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_complex_welcome.ycp?rev=43941&r1=43940&r2=43941&view=diff
==============================================================================
--- trunk/installation/src/clients/inst_complex_welcome.ycp (original)
+++ trunk/installation/src/clients/inst_complex_welcome.ycp Mon Jan 28 13:11:25
2008
@@ -286,6 +286,7 @@
Wizard::SetContents (heading_text, contents, help_text,
argmap["enable_back"]:true , argmap["enable_next"]:true);
+ Wizard::EnableAbortButton ();
UI::ChangeWidget (`id (`language), `Value, language);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |