[jokosher-devel] [PATCH] use gtk.gdk.threads_init() as gtk.threads_init() is now deprecated
- From: John Kelly <kelly_worth2003 yahoo co uk>
- To: Jokosher development list <jokosher-devel-list gnome org>
- Subject: [jokosher-devel] [PATCH] use gtk.gdk.threads_init() as gtk.threads_init() is now deprecated
- Date: Mon, 30 Oct 2006 12:17:07 +0000
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]