View | Details | Raw Unified | Return to bug 339756
Collapse All | Expand All

(-)dialogs.ycp (+3 lines)
Lines 925-930 Link Here
925
925
926
	    list<string> addons = patterns;
926
	    list<string> addons = patterns;
927
927
928
	    // if there is nothing selected yet then preset the language
929
	    Pkg::SetPackageLocale(UI::GetLanguage(true));
930
928
	    if (size(addons) > 0 || ProductCreator::Config["base"]:"" != "")
931
	    if (size(addons) > 0 || ProductCreator::Config["base"]:"" != "")
929
	    {
932
	    {
930
		y2milestone("base pattern: %1, addons: %2", base_pattern, addons);
933
		y2milestone("base pattern: %1, addons: %2", base_pattern, addons);

Return to bug 339756