Skip to content
Snippets Groups Projects
Commit 63d66748 authored by nkour's avatar nkour
Browse files

threads_init() just before gtk.main

parent 21bdf27b
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment