The following commit has been merged in the yaml branch:
commit dce32c427a2e3c86055eae952dad5669255ce385
Author: Jon Dowland <[email protected]>
Date:   Thu Sep 24 18:06:12 2009 +0100

    activate row -> next page

diff --git a/gdp.py b/gdp.py
index 1bfdb02..a3ead93 100755
--- a/gdp.py
+++ b/gdp.py
@@ -53,6 +53,8 @@ class View:
                                self.window.set_page_complete(
                                        
self.window.get_nth_page(self.window.get_current_page()),
                                        True))
+               treeview.connect("row-activated", lambda treeview,path,col:
+                       
self.window.set_current_page(self.window.get_current_page()+1))
                self.setup_filechooser_page()
 
        def setup_filechooser_page(self):

-- 
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