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



Both this and the About dialog patch fix issues that
occur in Edgy which but not in Dapper (due to changes
between pygtk 2.8 and 2.10 iirc) so they need to be
tested under Dapper, to ensure they dont break stuff. 

The about dialog should be fine, but the
gtk.threads_init() -> gtk.gdk.threads_init() could be
a problem

chris


--- John Kelly <kelly_worth2003 yahoo co uk> wrote:

> 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()
>  
>  
> > _______________________________________________
> jokosher-devel-list mailing list
> jokosher-devel-list gnome org
>
http://mail.gnome.org/mailman/listinfo/jokosher-devel-list
> 


Send instant messages to your online friends http://uk.messenger.yahoo.com 



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