Author: locilka Date: Mon Sep 24 18:36:59 2007 New Revision: 41065 URL: http://svn.opensuse.org/viewcvs/yast?rev=41065&view=rev Log: The correct default value :) Modified: trunk/installation/src/clients/inst_features.ycp Modified: trunk/installation/src/clients/inst_features.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_features.ycp?rev=41065&r1=41064&r2=41065&view=diff ============================================================================== --- trunk/installation/src/clients/inst_features.ycp (original) +++ trunk/installation/src/clients/inst_features.ycp Mon Sep 24 18:36:59 2007 @@ -56,7 +56,8 @@ // Feature is not defined if (ProductFeatures::GetFeature ("software", "online_repos_preselected") == "") { - Installation::productsources_selected = false; + // Default is true - selected + Installation::productsources_selected = true; // Defined } else { boolean default_status_or = ProductFeatures::GetBooleanFeature ("software", "online_repos_preselected"); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org