mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +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
|
# Process any pending gtk events since the mainloop has been quit
|
||||||
while gtk.events_pending():
|
while gtk.events_pending():
|
||||||
gtk.main_iteration(False)
|
reactor.doIteration(0)
|
||||||
|
|
||||||
# Shutdown all components
|
# Shutdown all components
|
||||||
component.shutdown()
|
component.shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue