Browse Source

kivy i18n: catch more exeptions

283
ThomasV 9 years ago
parent
commit
afbf766d89
  1. 2
      gui/kivy/i18n.py

2
gui/kivy/i18n.py

@ -41,5 +41,5 @@ class _(str):
for label in _.observers:
try:
label.text = _(label.text.source_text)
except ReferenceError:
except:
pass

Loading…
Cancel
Save