[jokosher-devel] [PATCH] close button in about dialog now destroys window
- From: John Kelly <kelly_worth2003 yahoo co uk>
- To: Jokosher development list <jokosher-devel-list gnome org>
- Subject: [jokosher-devel] [PATCH] close button in about dialog now destroys window
- Date: Mon, 30 Oct 2006 11:27:31 +0000
Hello everyone,
This is a very minor fix but now the About Dialog gets destroyed when
the close button is clicked. The close button didnt destroy the window
before.
Regards,
John.
Index: JokosherApp.py
===================================================================
--- JokosherApp.py (revision 855)
+++ JokosherApp.py (working copy)
@@ -265,6 +265,8 @@
dlg = aboutTree.get_widget("AboutDialog")
dlg.set_transient_for(self.window)
dlg.set_icon(self.icon)
+ dlg.run()
+ dlg.destroy()
#_____________________________________________________________________
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]