[yast-commit] r62744 - in /branches/SuSE-Code-11-SP1-Branch/firstboot: VERSION package/yast2-firstboot.changes src/firstboot_language.ycp src/firstboot_language_keyboard.ycp
Author: jsuchome Date: Wed Nov 3 17:11:56 2010 New Revision: 62744 URL: http://svn.opensuse.org/viewcvs/yast?rev=62744&view=rev Log: - translate bootloader items after setting the language (bnc#644062) - 2.17.16 Modified: branches/SuSE-Code-11-SP1-Branch/firstboot/VERSION branches/SuSE-Code-11-SP1-Branch/firstboot/package/yast2-firstboot.changes branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language.ycp branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language_keyboard.ycp Modified: branches/SuSE-Code-11-SP1-Branch/firstboot/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/firstboot/VERSION?rev=62744&r1=62743&r2=62744&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/firstboot/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/firstboot/VERSION Wed Nov 3 17:11:56 2010 @@ -1 +1 @@ -2.17.15 +2.17.16 Modified: branches/SuSE-Code-11-SP1-Branch/firstboot/package/yast2-firstboot.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/firstboot/package/yast2-firstboot.changes?rev=62744&r1=62743&r2=62744&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/firstboot/package/yast2-firstboot.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/firstboot/package/yast2-firstboot.changes Wed Nov 3 17:11:56 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Oct 27 09:51:32 CEST 2010 - jsuchome@suse.cz + +- translate bootloader items after setting the language (bnc#644062) +- 2.17.16 + +------------------------------------------------------------------- Fri Apr 9 09:50:51 CEST 2010 - jsuchome@suse.cz - added some default values and comments to firstboot.xml Modified: branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language.ycp?rev=62744&r1=62743&r2=62744&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language.ycp Wed Nov 3 17:11:56 2010 @@ -20,6 +20,7 @@ import "Console"; import "Directory"; + import "GfxMenu"; import "Language"; import "Wizard"; import "Firstboot"; @@ -108,6 +109,11 @@ // (default change of layout was done based on language) SCR::Execute (.target.bash, sformat ("touch %1/firstboot_x11_save", Directory::vardir)); } + + // update bootloader menu + Language::WfmSetLanguage(); + GfxMenu::Update(); + } else { Modified: branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language_keyboard.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language_keyboard.ycp?rev=62744&r1=62743&r2=62744&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language_keyboard.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/firstboot/src/firstboot_language_keyboard.ycp Wed Nov 3 17:11: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 (true); 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