The following commit has been merged in the yaml branch:
commit a501258c15ad5241c471a5b47923b29fd7aa5a67
Author: Jon Dowland <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to