From 5c6dfdc193cb70babff9e792888468932121e77c Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 16 Feb 2009 15:34:24 +0000 Subject: Initialize threads ASAP (alsroot) #356 --- diff --git a/AbiWordActivity.py b/AbiWordActivity.py index 54a0a62..bc3447d 100644 --- a/AbiWordActivity.py +++ b/AbiWordActivity.py @@ -22,6 +22,10 @@ import os import time import shutil +# Abiword needs this to happen as soon as possible +import gobject +gobject.threads_init() + import dbus import gtk import telepathy -- cgit v0.9.1