summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-04-18 15:26:53 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-04-18 15:26:53 +0200
commit232a7fe51a46dca7baeddd4de3167ba80ad2ab03 (patch)
treeb283d164b867fc4914ef9dc02c3e682be2269aaa
parent1e64259a0914f41fa5063dd95bc587ae1bd15b5b (diff)
downloadpylock-232a7fe51a46dca7baeddd4de3167ba80ad2ab03.tar
pylock-232a7fe51a46dca7baeddd4de3167ba80ad2ab03.zip
Fix Gtk theme selection
-rw-r--r--pylock/Main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylock/Main.py b/pylock/Main.py
index 7a2cbb9..d42727b 100644
--- a/pylock/Main.py
+++ b/pylock/Main.py
@@ -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: