The following commit has been merged in the yaml branch:
commit 20ed34dd0bd423016cacc18bd442461cc02165a1
Author: Jon Dowland <[email protected]>
Date:   Thu Sep 24 18:53:03 2009 +0100

    set initial page title

diff --git a/gdp.py b/gdp.py
index bfc9460..36496ee 100755
--- a/gdp.py
+++ b/gdp.py
@@ -74,6 +74,7 @@ class View:
                treeview.connect("row-activated", lambda treeview,path,col:
                        
self.window.set_current_page(self.window.get_current_page()+1))
                self.window.set_forward_page_func(self.forward_page_func, None)
+               self.window.set_page_title(self.window.get_nth_page(0),"Game 
Data Packager")
 
        def forward_page_func(self, current_page, data):
                if 0 == current_page:

-- 
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