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

Jon Dowland jmtd at debian.org
Thu Sep 24 17:52:55 UTC 2009


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



More information about the Pkg-games-commits mailing list