Fix Gtk theme selection
This commit is contained in:
parent
1e64259a09
commit
232a7fe51a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def main():
|
|||
locale.textdomain('pylock')
|
||||
|
||||
if 'theme' in config:
|
||||
Gtk.Settings.get_defalt().set_property('gtk-theme-name', config['theme'])
|
||||
Gtk.Settings.get_default().set_property('gtk-theme-name', config['theme'])
|
||||
|
||||
def waitForSelection():
|
||||
if Selection.get() != 0:
|
||||
|
|
Reference in a new issue