[SCM] Installer for game data files branch, yaml, updated. 20ed34dd0bd423016cacc18bd442461cc02165a1

Jon Dowland jmtd at debian.org
Thu Sep 24 17:53:06 UTC 2009


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