CVSROOT:        /cvs/gnome
Module name:    pitivi
Changes by:     edwardrv        06/04/24 13:42:44

Modified files:
        .              : ChangeLog 
        pitivi         : pitivi.py 
        pitivi/ui      : viewer.py 

Log message:
* pitivi/pitivi.py:
Call gtk.gdk.threads_init() to inform pygtk that we might be doing calls
from remote threads.
* pitivi/ui/viewer.py:
The fix to the threading issue was in fact to call
gtk.gdk.threads_enter() and _leave() before and after calls to gtk
being made from a non-main thread.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=pitivi&who=edwardrv&date=explicit&mindate=2006-04-24%2013:41&maxdate=2006-04-24%2013:43

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to