[SCM] Installer for game data files branch, gui, updated. 9092133f0b2589fd66ef16e6348f2c3989f9aa4c
Jon Dowland
jon at kiriath.lan
Fri Sep 25 17:28:39 UTC 2009
The following commit has been merged in the gui branch:
commit 22b948f9ccd6d336e44d924f614e494be917afa6
Author: Jon Dowland <jmtd at debian.org>
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