[jokosher-devel] [PATCH] use gtk.gdk.threads_init() as gtk.threads_init() is now deprecated



Hello everyone,

Another minor fix. gtk.gdk.threads_init() is now used as gtk.threads_init() is now deprecated. 


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]