[jokosher-devel] [PATCH] close button in about dialog now destroys window



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]