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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/caribou/antler/main.py b/caribou/antler/main.py
index 46c0453..6bd3932 100644
--- a/caribou/antler/main.py
+++ b/caribou/antler/main.py
@@ -14,10 +14,10 @@ class AntlerKeyboardService(Caribou.KeyboardService):
loop = gobject.MainLoop()
loop.run()
- def do_show(self):
+ def do_show(self, timestamp):
self.window.show_all()
- def do_hide(self):
+ def do_hide(self, timestamp):
self.window.hide()
def do_set_cursor_location (self, x, y, w, h):