Fix quitting in Windows
This commit is contained in:
parent
8f50687034
commit
42a57b1f41
@ -232,6 +232,7 @@ class GtkUI(object):
|
||||
component.stop()
|
||||
|
||||
# Process any pending gtk events since the mainloop has been quit
|
||||
if not deluge.common.windows_check():
|
||||
while gtk.events_pending():
|
||||
reactor.doIteration(0)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user