https://bugzilla.novell.com/show_bug.cgi?id=223258 jsuchome@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |locilka@novell.com ------- Comment #1 from jsuchome@novell.com 2006-11-23 00:51 MST ------- I prefer adding the same check which is in language module to the licence client (or maybe better to installation.ycp, which than calls licence client with proper button arguments?) instead of creating new API. The check is: if ( Stage::initial () && ProductFeatures::GetBooleanFeature ("globals", "skip_language_dialog") && Language::preselected != "en_US") ) Alternatively, I could create something like global boolean Language::selection_skipped, but it would only be set in the above situation anyway. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.