The following commit has been merged in the yaml branch:
commit 7f87ef843e7c789ee2c0f7cf11526f4c4810604f
Author: Jon Dowland <[email protected]>
Date: Thu Sep 24 17:44:29 2009 +0100
cancel button closes
diff --git a/gdp.py b/gdp.py
index a05f481..dfe8996 100755
--- a/gdp.py
+++ b/gdp.py
@@ -35,6 +35,7 @@ class View:
self.builder.add_from_file("gdp.glade")
self.window = self.builder.get_object("assistant1")
self.window.connect("destroy", gtk.main_quit)
+ self.window.connect("cancel", gtk.main_quit)
treeview = self.builder.get_object("treeview1")
cell = gtk.CellRendererText()
--
Installer for game data files
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits