Исправлена переменная _lat_set

master3.4 3.4.4.7
Mike Hiretsky 9 years ago
parent 94ce661dbc
commit 4bab9e8215

@ -526,7 +526,7 @@ class VariableOsLocaleLatSet(ReadonlyVariable, Locale):
def get(self):
"""xkb layouts (example: en,ru)"""
layout = self.Get('os_locale_xkbname').split(',')
if layout == 1:
if len(layout) == 1:
return "on"
else:
return "off"

Loading…
Cancel
Save