[SCM] Installer for game data files branch, yaml, updated. 20ed34dd0bd423016cacc18bd442461cc02165a1

Jon Dowland jmtd at debian.org
Thu Sep 24 17:53:00 UTC 2009


The following commit has been merged in the yaml branch:
commit dce32c427a2e3c86055eae952dad5669255ce385
Author: Jon Dowland <jmtd at debian.org>
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



More information about the Pkg-games-commits mailing list