Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-14 11:28:35 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-14 11:28:35 (GMT)
commitb2da2ffe0b74dda78a825c910fca5f3620b9b6e7 (patch)
treec2d56d56befcf58c455cea39eddc73a8b2021fa0 /memorizetoolbar.py
parentdc5d86958fad400a3add59d7df2911a4ea68a828 (diff)
- added new model
- the config files for games have changed to use xml added reading and writing of the config files - adopted the ui to use the model - adopted the dbus methods to send the new grid when a game changes - fixed some buddy left issues - cleaned the misc folder
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)