mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
removing the init in common made it stop working, so readding
This commit is contained in:
parent
df744c4658
commit
6c168a3e56
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
import os.path
|
import os.path
|
||||||
import xdg.BaseDirectory
|
import xdg.BaseDirectory
|
||||||
import gobject
|
import gobject
|
||||||
|
gobject.threads_init()
|
||||||
PROGRAM_NAME = "Deluge"
|
PROGRAM_NAME = "Deluge"
|
||||||
PROGRAM_VERSION = "0.5.4"
|
PROGRAM_VERSION = "0.5.4"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue