Fix exception when quitting in classic mode
This commit is contained in:
parent
fbba1795ad
commit
d0fb657ada
|
@ -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…
Reference in New Issue