Fix exception when quitting in classic mode

This commit is contained in:
Andrew Resch 2009-07-13 20:23:17 +00:00
parent fbba1795ad
commit d0fb657ada
1 changed files with 1 additions and 1 deletions

View File

@ -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()