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

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

Reply via email to