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

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


The following commit has been merged in the gui branch:
commit f9c551a8a3fbc0f9303e296f0fe26faf21ccfba7
Author: Jon Dowland <jmtd at debian.org>
Date:   Thu Sep 24 22:47:46 2009 +0100

    FilePicker title

diff --git a/gdp.py b/gdp.py
index c6da215..d9cd224 100755
--- a/gdp.py
+++ b/gdp.py
@@ -120,6 +120,9 @@ class View:
 			fp = FilePicker(na['name'])
 			fp.show_all()
 			self.window.insert_page(fp, self.window.get_n_pages() - 1)
+			self.window.set_page_title(
+				self.window.get_nth_page(self.window.get_n_pages() - 2),
+				"File '%s'" % na['name'])
 		else: # XXX: validation should live elsewhere
 			print "not a recognised action type :("
 		return current_page + 1

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list