Fix hang when quitting in classic mode

This commit is contained in:
Andrew Resch 2010-07-08 16:23:12 -07:00
parent bc5aa1bf71
commit e025b6b9db

View File

@ -153,10 +153,7 @@ class MainWindow(component.Component):
return self.main_glade
def quit(self):
if client.is_classicmode():
gtk.main_quit()
else:
reactor.stop()
reactor.stop()
def load_window_state(self):
x = self.config["window_x_pos"]