← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~crichter/openlp/i18n into lp:openlp

 

Review: Needs Fixing
This is working nicely, I'm impressed!

One small thing though, when I first unchecked "Autodetect", I got the following traceback:

Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/i18n/openlp/core/ui/mainwindow.py", line 581, in setAutoLanguage
    LanguageManager.set_language(self.LanguageGroup.checkedAction())
  File "/home/raoul/Projects/OpenLP/i18n/openlp/core/utils/languagemanager.py", line 83, in set_language
    actionName = u'%s' % action.objectName()
AttributeError: 'NoneType' object has no attribute 'objectName'

Not sure why it occurred, but perhaps you can prevent it from occurring again?
-- 
https://code.launchpad.net/~crichter/openlp/i18n/+merge/25027
Your team OpenLP Core is subscribed to branch lp:openlp.



References