[SCM] Installer for game data files branch, yaml, updated. 475ea93a731dbaa924f6682ddb014c61c01e7556

Jon Dowland jmtd at debian.org
Thu Sep 24 21:49:04 UTC 2009


The following commit has been merged in the yaml branch:
commit 475ea93a731dbaa924f6682ddb014c61c01e7556
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