Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'memorizetoolbar.py')
-rwxr-xr-xmemorizetoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memorizetoolbar.py b/memorizetoolbar.py
index 06bca43..0caf34c 100755
--- a/memorizetoolbar.py
+++ b/memorizetoolbar.py
@@ -87,7 +87,7 @@ class MemorizeToolbar(gtk.Toolbar):
self.activity.change_game(game_name, game_size)
def update_toolbar(self, widget, data, grid):
- game = data.get('game_name')
+ game = data.get('name')
size = data.get('size')
self._lock = True
game_index = self.games.index(game)