Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2011-10-03 17:44:45 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-10-27 21:05:41 (GMT)
commit674b1d60f1d5f0439cea3c77e682079b2ade2f96 (patch)
tree79cc90352bdd09512df7a017ddde96cc3869a738 /activity.py
parent2770db25f392afec3ef0e3dc0f86b1b4f521c1dc (diff)
Remove Reset button state changes SL#3155
Some cases are missed for state change behaviours where the button should be disabled, this patch reduces code by removing this behaviour back to how it was with the original Memorise UI.
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 8e07fa9..5eed76d 100644
--- a/activity.py
+++ b/activity.py
@@ -121,8 +121,6 @@ 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-flipped',
- self._memorizeToolbarBuilder.card_flipped)
self.table.connect('card-overflipped', self.game.card_overflipped)
self.table.connect('card-highlighted', self.game.card_highlighted)