[yast-commit] r58222 - in /trunk/installation: VERSION package/yast2-installation.changes src/clients/inst_complex_welcome.ycp src/inst_finish/save_config_finish.ycp
Author: jsuchome Date: Thu Jul 30 15:48:40 2009 New Revision: 58222 URL: http://svn.opensuse.org/viewcvs/yast?rev=58222&view=rev Log: - adapted to changes in yast2-country: no saving of xorg.conf (bnc#441404) - 2.18.20 Modified: trunk/installation/VERSION trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_complex_welcome.ycp trunk/installation/src/inst_finish/save_config_finish.ycp Modified: trunk/installation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/VERSION?rev=58222&r1=58221&r2=58222&view=diff ============================================================================== --- trunk/installation/VERSION (original) +++ trunk/installation/VERSION Thu Jul 30 15:48:40 2009 @@ -1 +1 @@ -2.18.19 +2.18.20 Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=58222&r1=58221&r2=58222&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Thu Jul 30 15:48:40 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Jul 30 15:32:37 CEST 2009 - jsuchome@suse.cz + +- adapted to changes in yast2-country: no saving of xorg.conf + (bnc#441404) +- 2.18.20 + +------------------------------------------------------------------- Wed Jun 24 10:02:20 CEST 2009 - locilka@suse.cz - Fixed Welcome dialog layout to have more license content visible 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=58222&r1=58221&r2=58222&view=diff ============================================================================== --- trunk/installation/src/clients/inst_complex_welcome.ycp (original) +++ trunk/installation/src/clients/inst_complex_welcome.ycp Thu Jul 30 15:48:40 2009 @@ -280,7 +280,7 @@ if (!Stage::initial () && !Mode::update ()) { // save settings (rest is saved in LanguageWrite) - Keyboard::Save (true); + Keyboard::Save (); Timezone::Save (); } Modified: trunk/installation/src/inst_finish/save_config_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/inst_finish/save_config_finish.ycp?rev=58222&r1=58221&r2=58222&view=diff ============================================================================== --- trunk/installation/src/inst_finish/save_config_finish.ycp (original) +++ trunk/installation/src/inst_finish/save_config_finish.ycp Thu Jul 30 15:48:40 2009 @@ -111,7 +111,7 @@ } // progress step title Progress::Title (_("Saving keyboard configuration...")); - Keyboard::Save(true); + Keyboard::Save(); Progress::NextStep (); // progress step title Progress::Title (_("Saving product information...")); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org