[SCM] Installer for game data files branch, yaml, updated. 61df2007ccadb003dd82ecd6aca35863864ec772
Jon Dowland
jon at kiriath.lan
Wed Sep 23 21:46:01 UTC 2009
The following commit has been merged in the yaml branch:
commit a501258c15ad5241c471a5b47923b29fd7aa5a67
Author: Jon Dowland <jon at kiriath.lan>
Date: Wed Sep 23 22:29:59 2009 +0100
advance assistant page when game selected
diff --git a/gdp.py b/gdp.py
index cfb3846..bbeb4a8 100755
--- a/gdp.py
+++ b/gdp.py
@@ -45,7 +45,10 @@ class View:
treeview.connect("cursor-changed", self.game_row_selected)
def game_row_selected(self, treeview):
- print "game_row_selected"
+ c = treeview.get_cursor()
+ if c:
+ widget = self.window.get_nth_page(self.window.get_current_page())
+ self.window.set_page_complete(widget, True)
def supported_game_added(self,game):
liststor = self.builder.get_object("liststore1")
--
Installer for game data files
More information about the Pkg-games-commits
mailing list