Mailinglist Archive: yast-commit (595 mails)
| < Previous | Next > |
[yast-commit] r54298 - in /trunk/tv: package/yast2-tv.changes src/ui.ycp
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Fri, 19 Dec 2008 14:06:17 -0000
- Message-id: <E1LDfzd-0003lO-89@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Fri Dec 19 15:06:16 2008
New Revision: 54298
URL: http://svn.opensuse.org/viewcvs/yast?rev=54298&view=rev
Log:
- hide the Back button in the overview dialog (bnc#440562)
Modified:
trunk/tv/package/yast2-tv.changes
trunk/tv/src/ui.ycp
Modified: trunk/tv/package/yast2-tv.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tv/package/yast2-tv.changes?rev=54298&r1=54297&r2=54298&view=diff
==============================================================================
--- trunk/tv/package/yast2-tv.changes (original)
+++ trunk/tv/package/yast2-tv.changes Fri Dec 19 15:06:16 2008
@@ -2,6 +2,7 @@
Fri Dec 19 14:55:25 CET 2008 - lslezak@xxxxxxx
- removed the progress dialog at start up (bnc#447571)
+- hide the Back button in the overview dialog (bnc#440562)
-------------------------------------------------------------------
Thu Dec 18 09:38:14 CET 2008 - lslezak@xxxxxxx
Modified: trunk/tv/src/ui.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tv/src/ui.ycp?rev=54298&r1=54297&r2=54298&view=diff
==============================================================================
--- trunk/tv/src/ui.ycp (original)
+++ trunk/tv/src/ui.ycp Fri Dec 19 15:06:16 2008
@@ -110,6 +110,8 @@
Wizard::SetNextButton(`next, Label::OKButton());
Wizard::SetAbortButton(`abort, Label::CancelButton());
+ if (!Mode::installation()) Wizard::HideBackButton();
+
symbol ret = `_dummy;
do {
@@ -235,6 +237,7 @@
} while (!contains([`back, `abort, `next, `add_manually,
`add_manually_warn, `add_detected, `edit, `edit_button_radio],ret));
Wizard::RestoreNextButton();
+ if (!Mode::installation()) Wizard::RestoreBackButton();
return ret;
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Dec 19 15:06:16 2008
New Revision: 54298
URL: http://svn.opensuse.org/viewcvs/yast?rev=54298&view=rev
Log:
- hide the Back button in the overview dialog (bnc#440562)
Modified:
trunk/tv/package/yast2-tv.changes
trunk/tv/src/ui.ycp
Modified: trunk/tv/package/yast2-tv.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tv/package/yast2-tv.changes?rev=54298&r1=54297&r2=54298&view=diff
==============================================================================
--- trunk/tv/package/yast2-tv.changes (original)
+++ trunk/tv/package/yast2-tv.changes Fri Dec 19 15:06:16 2008
@@ -2,6 +2,7 @@
Fri Dec 19 14:55:25 CET 2008 - lslezak@xxxxxxx
- removed the progress dialog at start up (bnc#447571)
+- hide the Back button in the overview dialog (bnc#440562)
-------------------------------------------------------------------
Thu Dec 18 09:38:14 CET 2008 - lslezak@xxxxxxx
Modified: trunk/tv/src/ui.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tv/src/ui.ycp?rev=54298&r1=54297&r2=54298&view=diff
==============================================================================
--- trunk/tv/src/ui.ycp (original)
+++ trunk/tv/src/ui.ycp Fri Dec 19 15:06:16 2008
@@ -110,6 +110,8 @@
Wizard::SetNextButton(`next, Label::OKButton());
Wizard::SetAbortButton(`abort, Label::CancelButton());
+ if (!Mode::installation()) Wizard::HideBackButton();
+
symbol ret = `_dummy;
do {
@@ -235,6 +237,7 @@
} while (!contains([`back, `abort, `next, `add_manually,
`add_manually_warn, `add_detected, `edit, `edit_button_radio],ret));
Wizard::RestoreNextButton();
+ if (!Mode::installation()) Wizard::RestoreBackButton();
return ret;
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |