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

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


The following commit has been merged in the gui branch:
commit f0afaeb0444d42b553386f0b69c9926a57ee1cea
Author: Jon Dowland <jmtd at debian.org>
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



More information about the Pkg-games-commits mailing list