From b2da2ffe0b74dda78a825c910fca5f3620b9b6e7 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Sat, 14 Jul 2007 11:28:35 +0000 Subject: - 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 --- (limited to 'memorizetoolbar.py') 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) -- cgit v0.9.1