[gnome-python-desktop] Workaround bug #595342 in the example program



commit 1021a152db30f739169e2bdfe1efbad359cf4686
Author: Gustavo Carneiro <gjc inescporto pt>
Date:   Thu Sep 17 11:23:55 2009 +0100

    Workaround bug #595342 in the example program

 examples/braseromedia/drive_selection.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/examples/braseromedia/drive_selection.py b/examples/braseromedia/drive_selection.py
index 8c52ee7..76e3e86 100644
--- a/examples/braseromedia/drive_selection.py
+++ b/examples/braseromedia/drive_selection.py
@@ -3,6 +3,7 @@ import sys
 sys.path.append ('..')
 
 import gtk, gobject
+gobject.threads_init() # see https://bugzilla.gnome.org/show_bug.cgi?id=595342
 import braseromedia
 
 # Test listing of drives as they are overriden */



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