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



Hello everyone,

gtk.gdk.threads_init() is now used as gtk.threads_init() is now deprecated. 

oops, ignore the last email. wrong patch attatched

John.
Index: JokosherApp.py
===================================================================
--- JokosherApp.py	(revision 855)
+++ JokosherApp.py	(working copy)
@@ -1168,7 +1168,7 @@
 
 def main():	
 	MainApp()
-	gtk.threads_init()
+	gtk.gdk.threads_init()
 	gtk.main()
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]