[yast-commit] r62084 - in /trunk/installation: VERSION package/yast2-installation.changes src/clients/inst_mode.ycp
Author: jsrain Date: Wed Jun 2 14:00:45 2010 New Revision: 62084 URL: http://svn.opensuse.org/viewcvs/yast?rev=62084&view=rev Log: removed link to repairing the system Modified: trunk/installation/VERSION trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_mode.ycp Modified: trunk/installation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/VERSION?rev=62084&r1=62083&r2=62084&view=diff ============================================================================== --- trunk/installation/VERSION (original) +++ trunk/installation/VERSION Wed Jun 2 14:00:45 2010 @@ -1 +1 @@ -2.19.7 +2.19.20 Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=62084&r1=62083&r2=62084&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Wed Jun 2 14:00:45 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jun 2 13:52:02 CEST 2010 - jsrain@suse.cz + +- removed link to repairing the system +- 2.19.20 + +------------------------------------------------------------------- Wed May 12 15:33:24 CEST 2010 - ug@suse.de - fixed the cloning at the end of a manual Modified: trunk/installation/src/clients/inst_mode.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_mode.ycp?rev=62084&r1=62083&r2=62084&view=diff ============================================================================== --- trunk/installation/src/clients/inst_mode.ycp (original) +++ trunk/installation/src/clients/inst_mode.ycp Wed Jun 2 14:00:45 2010 @@ -136,15 +136,6 @@ `update, Directory::themedir + "/current/icons/48x48/apps/yast-update.png", Mode::update () - ), - `VSpacing( 1.8 ), - // radio button - CreateRadioButtonTerm ( - _("Re&pair Installed System"), - `repair, - // yast2-theme-2.18.3 - Directory::themedir + "/current/icons/48x48/apps/yast-spanner.png", - false ) ) ) @@ -225,12 +216,7 @@ _("<p>Update mode does not support automatic configuration.</p>") + // help text for installation method - _("<p>Select <b>Repair Installed System</b> if you have a damaged Linux system on -your hard disk. This option can try to fix problems automatically. -</p>") + - - // help text for installation method - _("<p>The features <b>Update</b> and <b>Repair Installed System</b> are only + _("<p>The feature <b>Update</b> is only available if an existing Linux system has been detected. </p> "); @@ -252,11 +238,10 @@ // only installation (and addon products) enabled if (other_options_enabled != true) { UI::ChangeWidget (`id (`update), `Enabled, false); - UI::ChangeWidget (`id (`repair), `Enabled, false); // disable also icons related to options if supported by UI if (! in_textmode) { - foreach (symbol image_id, [`update, `repair], { + foreach (symbol image_id, [`update], { string icon_id = GenerateIconID (image_id); if (UI::WidgetExists (`id(icon_id))) { @@ -311,7 +296,7 @@ // Adjusting current UI - Hide Other Options // in case of `install, `update, or `repair clicked - else if (contains([`install, `update, `repair], ret)) { + else if (contains([`install, `update], ret)) { symbol selected_mode = (symbol) UI::QueryWidget (`id (`inst_mode), `CurrentButton); // [(any) `check_box_id, (boolean) selected, (boolean) enabled] @@ -333,8 +318,6 @@ Mode::SetMode ("installation"); } else if (selected_mode == `update) { Mode::SetMode ("update"); - } else if (selected_mode == `repair) { - Mode::SetMode ("repair"); } y2milestone ("New mode has been selected: %1", Mode::mode()); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn.opensuse.org