removing the init in common made it stop working, so readding

This commit is contained in:
Marcos Pinto 2007-08-08 03:36:51 +00:00
parent df744c4658
commit 6c168a3e56

View File

@ -32,7 +32,7 @@
import os.path
import xdg.BaseDirectory
import gobject
gobject.threads_init()
PROGRAM_NAME = "Deluge"
PROGRAM_VERSION = "0.5.4"