Scott Kitterman wrote:
> Fix the bug?

Hmm.. Who were you talking to, Scott, and what exactly are you asking?

Since I'm not using Kubuntu, I chose to just explain how the bug was
introduced. One fix that might be appropriate is to simply remove the
writeSysLangSetting() call:

--- LanguageSelector/qt/QtLanguageSelector.py   2012-02-08 05:15:22 +0000
+++ LanguageSelector/qt/QtLanguageSelector.py   2012-02-14 23:52:29 +0000
@@ -284,7 +284,6 @@
     def onSystemLanguageApply(self):
         (lang, code) = self.getSystemLanguage()
         self.writeSysLanguageSetting(code)
-        self.writeSysLangSetting(code)
         self.updateInputMethods(code)
         KMessageBox.information(self, _("Default system Language now set to 
%s.") % lang, _("Language Set"))

But the bug should better be fixed by a Kubuntu developer IMO.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/928400

Title:
  systemsettings crashed with AttributeError in onSystemLanguageApply():
  'QtLanguageSelector' object has no attribute 'writeSysLangSetting'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/928400/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to