[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 f5384b5c2a6a52f65a89fb40df8193105b02c437
Author: Jon Dowland <jon at kiriath.lan>
Date:   Wed Sep 23 22:21:43 2009 +0100

    handle list store cursor changes

diff --git a/gdp.py b/gdp.py
index 69c9819..cfb3846 100755
--- a/gdp.py
+++ b/gdp.py
@@ -42,6 +42,10 @@ class View:
 		treeview.append_column(column)
 		column.pack_start(cell, False)
 		column.add_attribute(cell, "text", 0)
+		treeview.connect("cursor-changed", self.game_row_selected)
+
+	def game_row_selected(self, treeview):
+		print "game_row_selected"
 
 	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