Mailinglist Archive: yast-commit (459 mails)

< Previous Next >
[yast-commit] r60632 - in /branches/SuSE-Code-11-SP1-Branch/installation: VERSION package/yast2-installation.changes src/clients/inst_ask_online_update.ycp
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Mon, 01 Feb 2010 10:39:04 -0000
  • Message-id: <E1NbtgO-0004CY-QD@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Feb 1 11:39:03 2010
New Revision: 60632

URL: http://svn.opensuse.org/viewcvs/yast?rev=60632&view=rev
Log:
- Fixed 'going back' from services proposal #572734.
- 2.17.63


Modified:
branches/SuSE-Code-11-SP1-Branch/installation/VERSION

branches/SuSE-Code-11-SP1-Branch/installation/package/yast2-installation.changes

branches/SuSE-Code-11-SP1-Branch/installation/src/clients/inst_ask_online_update.ycp

Modified: branches/SuSE-Code-11-SP1-Branch/installation/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/installation/VERSION?rev=60632&r1=60631&r2=60632&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/installation/VERSION (original)
+++ branches/SuSE-Code-11-SP1-Branch/installation/VERSION Mon Feb 1 11:39:03
2010
@@ -1 +1 @@
-2.17.62
+2.17.63

Modified:
branches/SuSE-Code-11-SP1-Branch/installation/package/yast2-installation.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/installation/package/yast2-installation.changes?rev=60632&r1=60631&r2=60632&view=diff
==============================================================================
---
branches/SuSE-Code-11-SP1-Branch/installation/package/yast2-installation.changes
(original)
+++
branches/SuSE-Code-11-SP1-Branch/installation/package/yast2-installation.changes
Mon Feb 1 11:39:03 2010
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Feb 1 11:35:15 CET 2010 - locilka@xxxxxxx
+
+- Fixed 'going back' from services proposal #572734.
+- 2.17.63
+
+-------------------------------------------------------------------
Thu Jan 7 15:28:48 CET 2010 - jsuchome@xxxxxxx

- inst_complex_welcome adapted to Language::SwitchToEnglishIfNeeded

Modified:
branches/SuSE-Code-11-SP1-Branch/installation/src/clients/inst_ask_online_update.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/installation/src/clients/inst_ask_online_update.ycp?rev=60632&r1=60631&r2=60632&view=diff
==============================================================================
---
branches/SuSE-Code-11-SP1-Branch/installation/src/clients/inst_ask_online_update.ycp
(original)
+++
branches/SuSE-Code-11-SP1-Branch/installation/src/clients/inst_ask_online_update.ycp
Mon Feb 1 11:39:03 2010
@@ -27,6 +27,12 @@
import "Installation";
import "NetworkService";

+ // BNC #572734
+ if (GetInstArgs::going_back()) {
+ y2milestone ("going_back -> returning `auto");
+ return `auto;
+ }
+
// BNC #450229
// There used to be >if (!Internet::do_you)<
if (NetworkService::isNetworkRunning() != true) {

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
List Navigation
This Thread
  • No further messages