Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-24 17:07:56 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-24 17:07:56 (GMT)
commite8035ee7f48afd893216b63a4bd3931ba65bd612 (patch)
tree9d1166b2e9d127f86c7fe6dbc789ca6a56241ae4 /activity.py
parent64c9869b5d6c79e9445836bccd4f8ff9c71f6f5f (diff)
click breaks wrong-pair-timeout
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index 55a8294..eb0abd7 100644
--- a/activity.py
+++ b/activity.py
@@ -88,6 +88,7 @@ class MemorizeActivity(Activity):
self.table.connect('key-press-event', self.table.key_press_event)
self.table.connect('card-flipped', self.game.card_flipped)
+ self.table.connect('card-overflipped', self.game.card_overflipped)
self.table.connect('card-highlighted', self.game.card_highlighted)
self.game.connect('set-border', self.table.set_border)