The following commit has been merged in the gui branch:
commit f9c551a8a3fbc0f9303e296f0fe26faf21ccfba7
Author: Jon Dowland <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to