[Buildbot-commits] buildbot/buildbot/clients debug.py,1.5,1.6

Brian Warner warner at users.sourceforge.net
Mon Dec 11 04:41:00 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/clients
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13123/buildbot/clients

Modified Files:
	debug.py 
Log Message:
[project @ debugclient: update gtk.main_quit() usage]

Original author: warner at lothar.com
Date: 2006-12-11 04:24:30

Index: debug.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/debug.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- debug.py	24 Nov 2006 07:19:48 -0000	1.5
+++ debug.py	11 Dec 2006 04:40:58 -0000	1.6
@@ -28,7 +28,7 @@
         self.filename = g('filename')
         self.connectbutton = g('connectbutton')
         self.connectlabel = g('connectlabel')
-        g('window1').connect('destroy', lambda win: gtk.mainquit())
+        g('window1').connect('destroy', lambda win: gtk.main_quit())
         # put the master info in the window's titlebar
         g('window1').set_title("Buildbot Debug Tool: %s" % master)
         c = xml.signal_connect





More information about the Commits mailing list