summaryrefslogtreecommitdiff
path: root/caribou/antler/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'caribou/antler/main.py')
-rw-r--r--caribou/antler/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/caribou/antler/main.py b/caribou/antler/main.py
index d5d9a1b..46c0453 100644
--- a/caribou/antler/main.py
+++ b/caribou/antler/main.py
@@ -8,7 +8,7 @@ class AntlerKeyboardService(Caribou.KeyboardService):
def __init__(self):
gobject.GObject.__init__(self)
self.register_keyboard("Antler")
- self.window = AntlerWindowEntry(AntlerKeyboardView())
+ self.window = AntlerWindowEntry(AntlerKeyboardView)
def run(self):
loop = gobject.MainLoop()