mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix hang when quitting in classic mode
This commit is contained in:
parent
bc5aa1bf71
commit
e025b6b9db
1 changed files with 1 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue