call gtk.gdk.threads_init() to initialise threads used when en/decrypting GPG. Fixes #4959
This commit is contained in:
parent
e412cd1dfb
commit
5419b2cb36
|
@ -3536,6 +3536,7 @@ if __name__ == '__main__':
|
|||
Interface()
|
||||
|
||||
try:
|
||||
gtk.gdk.threads_init()
|
||||
gtk.main()
|
||||
except KeyboardInterrupt:
|
||||
print >> sys.stderr, 'KeyboardInterrupt'
|
||||
|
|
Loading…
Reference in New Issue