[yast-commit] r60210 - in /branches/SuSE-SLE-10-SP3-Branch/firstboot: VERSION package/yast2-firstboot.changes src/firstboot_keyboard.ycp
Author: jsuchome Date: Mon Jan 4 09:06:40 2010 New Revision: 60210 URL: http://svn.opensuse.org/viewcvs/yast?rev=60210&view=rev Log: - handle arguments from control file (bnc#566669) - 2.13.12 Modified: branches/SuSE-SLE-10-SP3-Branch/firstboot/VERSION branches/SuSE-SLE-10-SP3-Branch/firstboot/package/yast2-firstboot.changes branches/SuSE-SLE-10-SP3-Branch/firstboot/src/firstboot_keyboard.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/firstboot/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/firstboot/VERSION?rev=60210&r1=60209&r2=60210&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/firstboot/VERSION (original) +++ branches/SuSE-SLE-10-SP3-Branch/firstboot/VERSION Mon Jan 4 09:06:40 2010 @@ -1 +1 @@ -2.13.11 +2.13.12 Modified: branches/SuSE-SLE-10-SP3-Branch/firstboot/package/yast2-firstboot.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/firstboot/package/yast2-firstboot.changes?rev=60210&r1=60209&r2=60210&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/firstboot/package/yast2-firstboot.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/firstboot/package/yast2-firstboot.changes Mon Jan 4 09:06:40 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Jan 4 08:51:37 CET 2010 - jsuchome@suse.cz + +- handle arguments from control file (bnc#566669) +- 2.13.12 + +------------------------------------------------------------------- Tue Aug 4 15:20:20 CEST 2009 - jsuchome@suse.cz - retranslate wizard steps after language change (bnc#524969) Modified: branches/SuSE-SLE-10-SP3-Branch/firstboot/src/firstboot_keyboard.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/firstboot/src/firstboot_keyboard.ycp?rev=60210&r1=60209&r2=60210&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/firstboot/src/firstboot_keyboard.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/firstboot/src/firstboot_keyboard.ycp Mon Jan 4 09:06:40 2010 @@ -9,6 +9,7 @@ textdomain "country"; import "Arch"; + import "GetInstArgs"; import "Directory"; import "Keyboard"; import "Firstboot"; @@ -21,7 +22,7 @@ Keyboard::Read (); - ret = KeyboardDialog ($[]); + ret = KeyboardDialog (GetInstArgs::argmap()); if (ret == `next) { -- 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