2004-11-05 Tim Waugh <twaugh@redhat.com>
* src/StartupDialog.py: Fixed typo (gtk.quit -> gtk.main_quit). svn: r3705
This commit is contained in:
@ -57,7 +57,7 @@ class StartupDialog:
|
||||
d.add(self.build_page_last())
|
||||
|
||||
d.connect('cancel',self.close)
|
||||
self.w.connect("delete_event", gtk.quit)
|
||||
self.w.connect("delete_event", gtk.main_quit)
|
||||
self.w.show_all()
|
||||
|
||||
def close(self,obj):
|
||||
|
Reference in New Issue
Block a user