From 6c168a3e56a1746a30d7b5bfd0630978e06a69b5 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 8 Aug 2007 03:36:51 +0000 Subject: [PATCH] removing the init in common made it stop working, so readding --- src/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.py b/src/common.py index b23b092be..922a93c8d 100644 --- a/src/common.py +++ b/src/common.py @@ -32,7 +32,7 @@ import os.path import xdg.BaseDirectory import gobject - +gobject.threads_init() PROGRAM_NAME = "Deluge" PROGRAM_VERSION = "0.5.4"