[yast-commit] r62605 - in /trunk/country: VERSION language/src/select_language.ycp package/yast2-country.changes
Author: jsuchome Date: Tue Oct 12 15:28:43 2010 New Revision: 62605 URL: http://svn.opensuse.org/viewcvs/yast?rev=62605&view=rev Log: - show icons in language lists (first IconPath, than Items!) - 2.20.1 Modified: trunk/country/VERSION trunk/country/language/src/select_language.ycp trunk/country/package/yast2-country.changes Modified: trunk/country/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/VERSION?rev=62605&r1=62604&r2=62605&view=diff ============================================================================== --- trunk/country/VERSION (original) +++ trunk/country/VERSION Tue Oct 12 15:28:43 2010 @@ -1 +1 @@ -2.20.0 +2.20.1 Modified: trunk/country/language/src/select_language.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/language/src/select_language.ycp?rev=62605&r1=62604&r2=62605&view=diff ============================================================================== --- trunk/country/language/src/select_language.ycp (original) +++ trunk/country/language/src/select_language.ycp Tue Oct 12 15:28:43 2010 @@ -404,13 +404,13 @@ if (more_languages) { - UI::ChangeWidget( `language, `Items, primary_items ); - UI::ChangeWidget( `languages, `Items, secondary_items ); if (!Stage::initial () && !Stage::firstboot ()) { UI::ChangeWidget( `language, `IconPath, "/usr/share/locale/l10n/" ); UI::ChangeWidget( `languages, `IconPath, "/usr/share/locale/l10n/"); } + UI::ChangeWidget( `language, `Items, primary_items ); + UI::ChangeWidget( `languages, `Items, secondary_items ); } // No .desktop files in inst-sys - use icon explicitly Modified: trunk/country/package/yast2-country.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=62605&r1=62604&r2=62605&view=diff ============================================================================== --- trunk/country/package/yast2-country.changes (original) +++ trunk/country/package/yast2-country.changes Tue Oct 12 15:28:43 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Oct 12 15:27:39 CEST 2010 - jsuchome@suse.cz + +- show icons in language lists +- 2.20.1 + +------------------------------------------------------------------- Thu Aug 12 09:05:38 CEST 2010 - jsuchome@suse.cz - mkinitrd call is needed after time change with localtime -- 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