Likewise in trunk
This commit is contained in:
parent
ce0968e6dc
commit
3a90109724
|
@ -232,6 +232,7 @@ class GtkUI(object):
|
||||||
component.stop()
|
component.stop()
|
||||||
|
|
||||||
# Process any pending gtk events since the mainloop has been quit
|
# Process any pending gtk events since the mainloop has been quit
|
||||||
|
if not deluge.common.windows_check():
|
||||||
while gtk.events_pending():
|
while gtk.events_pending():
|
||||||
reactor.doIteration(0)
|
reactor.doIteration(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue