The following commit has been merged in the yaml branch:
commit 2a1c536247bd72d70330cd0cd984041bbd1dc7ba
Author: Jon Dowland <[email protected]>
Date: Thu Sep 24 17:37:29 2009 +0100
stick chosen file in label text
diff --git a/gdp.py b/gdp.py
index 17affc0..8c0d557 100755
--- a/gdp.py
+++ b/gdp.py
@@ -70,6 +70,8 @@ class View:
chooser.run()
filename = chooser.get_filename()
chooser.destroy()
+ label = self.builder.get_object("choose_file_entry")
+ label.set_text(filename)
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