mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix exception when quitting in classic mode
This commit is contained in:
parent
fbba1795ad
commit
d0fb657ada
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class GtkUI:
|
|||
|
||||
# Process any pending gtk events since the mainloop has been quit
|
||||
while gtk.events_pending():
|
||||
gtk.main_iteration(False)
|
||||
reactor.doIteration(0)
|
||||
|
||||
# Shutdown all components
|
||||
component.shutdown()
|
||||
|
|
Loading…
Add table
Reference in a new issue