mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Fix quitting in Windows
This commit is contained in:
parent
8f50687034
commit
42a57b1f41
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue