Mailinglist Archive: yast-commit (503 mails)
| < Previous | Next > |
[yast-commit] r40730 - in /trunk/tune/hwinfo/src: newid.ycp system_settings_dialogs.ycp
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Mon, 03 Sep 2007 15:04:49 -0000
- Message-id: <20070903150449.9A8FF2505E@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Sep 3 17:04:49 2007
New Revision: 40730
URL: http://svn.opensuse.org/viewcvs/yast?rev=40730&view=rev
Log:
Some more Disable::BackButton()s
Modified:
trunk/tune/hwinfo/src/newid.ycp
trunk/tune/hwinfo/src/system_settings_dialogs.ycp
Modified: trunk/tune/hwinfo/src/newid.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/tune/hwinfo/src/newid.ycp?rev=40730&r1=40729&r2=40730&view=diff
==============================================================================
--- trunk/tune/hwinfo/src/newid.ycp (original)
+++ trunk/tune/hwinfo/src/newid.ycp Mon Sep 3 17:04:49 2007
@@ -375,6 +375,7 @@
}
define void InitNewPCIIDDialog (string id) {
+ Wizard::DisableBackButton();
y2milestone("Init: %1", id);
list items = get_table_items();
UI::ChangeWidget(`id(`newid_table), `Items, items);
@@ -497,9 +498,7 @@
NewPCIIDDialogHelp(),
true, true
);
-
- // remove Back button - workflow has only one dialog
- Wizard::HideAbortButton();
+ Wizard::DisableBackButton();
Wizard::SetNextButton(`next, Label::OKButton());
InitNewPCIIDDialog("pci_id_table_and_buttons");
Modified: trunk/tune/hwinfo/src/system_settings_dialogs.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/tune/hwinfo/src/system_settings_dialogs.ycp?rev=40730&r1=40729&r2=40730&view=diff
==============================================================================
--- trunk/tune/hwinfo/src/system_settings_dialogs.ycp (original)
+++ trunk/tune/hwinfo/src/system_settings_dialogs.ycp Mon Sep 3 17:04:49 2007
@@ -198,6 +198,7 @@
Wizard::SetContentsButtons("", `VBox (), "",
Label::BackButton(), Label::NextButton());
+ Wizard::DisableBackButton();
Wizard::SetDesktopIcon("powertweak");
// bugzilla #237379
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Sep 3 17:04:49 2007
New Revision: 40730
URL: http://svn.opensuse.org/viewcvs/yast?rev=40730&view=rev
Log:
Some more Disable::BackButton()s
Modified:
trunk/tune/hwinfo/src/newid.ycp
trunk/tune/hwinfo/src/system_settings_dialogs.ycp
Modified: trunk/tune/hwinfo/src/newid.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/tune/hwinfo/src/newid.ycp?rev=40730&r1=40729&r2=40730&view=diff
==============================================================================
--- trunk/tune/hwinfo/src/newid.ycp (original)
+++ trunk/tune/hwinfo/src/newid.ycp Mon Sep 3 17:04:49 2007
@@ -375,6 +375,7 @@
}
define void InitNewPCIIDDialog (string id) {
+ Wizard::DisableBackButton();
y2milestone("Init: %1", id);
list items = get_table_items();
UI::ChangeWidget(`id(`newid_table), `Items, items);
@@ -497,9 +498,7 @@
NewPCIIDDialogHelp(),
true, true
);
-
- // remove Back button - workflow has only one dialog
- Wizard::HideAbortButton();
+ Wizard::DisableBackButton();
Wizard::SetNextButton(`next, Label::OKButton());
InitNewPCIIDDialog("pci_id_table_and_buttons");
Modified: trunk/tune/hwinfo/src/system_settings_dialogs.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/tune/hwinfo/src/system_settings_dialogs.ycp?rev=40730&r1=40729&r2=40730&view=diff
==============================================================================
--- trunk/tune/hwinfo/src/system_settings_dialogs.ycp (original)
+++ trunk/tune/hwinfo/src/system_settings_dialogs.ycp Mon Sep 3 17:04:49 2007
@@ -198,6 +198,7 @@
Wizard::SetContentsButtons("", `VBox (), "",
Label::BackButton(), Label::NextButton());
+ Wizard::DisableBackButton();
Wizard::SetDesktopIcon("powertweak");
// bugzilla #237379
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |