[SCM] Installer for game data files branch, gui, updated. 9092133f0b2589fd66ef16e6348f2c3989f9aa4c

Jon Dowland jmtd at debian.org
Fri Sep 25 17:28:43 UTC 2009


The following commit has been merged in the gui branch:
commit e487bf1b3c0023ecd8fff41ce459ce2c9ade247f
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