summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: