threads_init() just before gtk.main

This commit is contained in:
Nikos Kouremenos 2005-08-08 15:14:21 +00:00
parent 21bdf27b9c
commit 63d667484b
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,6 @@ import signal
import getopt
import time
gobject.threads_init()
from common import socks5
import gtkgui_helpers
@ -1178,4 +1176,5 @@ if __name__ == '__main__':
pass
Interface()
gobject.threads_init()
gtk.main()