Initialize threads, otherwise GNOME VFS goes crash-tastic

This commit is contained in:
Daniel P. Berrange 2006-08-17 12:04:08 -04:00
parent 3d711bd3db
commit 921fc2d310

View File

@ -37,6 +37,7 @@ gtk.gdk.threads_init()
import dbus
import dbus.glib
dbus.glib.threads_init()
import dbus.service
from optparse import OptionParser