[yast-commit] r62746 - in /trunk/firstboot: VERSION package/yast2-firstboot.changes src/firstboot_language.ycp src/firstboot_language_keyboard.ycp
Author: jsuchome Date: Wed Nov 3 17:12:56 2010 New Revision: 62746 URL: http://svn.opensuse.org/viewcvs/yast?rev=62746&view=rev Log: - translate bootloader items after setting the language (bnc#644062) - 2.20.1 Modified: trunk/firstboot/VERSION trunk/firstboot/package/yast2-firstboot.changes trunk/firstboot/src/firstboot_language.ycp trunk/firstboot/src/firstboot_language_keyboard.ycp Modified: trunk/firstboot/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/VERSION?rev=62746&r1=62... ============================================================================== --- trunk/firstboot/VERSION (original) +++ trunk/firstboot/VERSION Wed Nov 3 17:12:56 2010 @@ -1 +1 @@ -2.20.0 +2.20.1 Modified: trunk/firstboot/package/yast2-firstboot.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/package/yast2-firstboot... ============================================================================== --- trunk/firstboot/package/yast2-firstboot.changes (original) +++ trunk/firstboot/package/yast2-firstboot.changes Wed Nov 3 17:12:56 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Nov 3 17:11:19 CET 2010 - jsuchome@suse.cz + +- translate bootloader items after setting the language (bnc#644062) +- 2.20.1 + +------------------------------------------------------------------- Wed Nov 3 16:27:19 CET 2010 - jsuchome@suse.cz - fix FIRSTBOOT_FINISH_FILE behavior and documentation (bnc#615146) Modified: trunk/firstboot/src/firstboot_language.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/src/firstboot_language.... ============================================================================== --- trunk/firstboot/src/firstboot_language.ycp (original) +++ trunk/firstboot/src/firstboot_language.ycp Wed Nov 3 17:12:56 2010 @@ -20,6 +20,7 @@ import "Console"; import "Directory"; + import "GfxMenu"; import "Language"; import "Wizard"; import "Firstboot"; @@ -104,6 +105,11 @@ If necessary, you may want to adapt your keyboard settings to the new language. Use keyboard layout configuration tool after the login.")); } + + // update bootloader menu + Language::WfmSetLanguage(); + GfxMenu::Update(); + } else { Modified: trunk/firstboot/src/firstboot_language_keyboard.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/src/firstboot_language_... ============================================================================== --- trunk/firstboot/src/firstboot_language_keyboard.ycp (original) +++ trunk/firstboot/src/firstboot_language_keyboard.ycp Wed Nov 3 17:12:56 2010 @@ -21,6 +21,7 @@ import "Console"; import "Directory"; import "GetInstArgs"; + import "GfxMenu"; import "Keyboard"; import "Label"; import "Language"; @@ -200,6 +201,8 @@ Keyboard::Save (); Timezone::Save (); Console::Save (); + // update bootloader menu items + GfxMenu::Update(); } return false; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org