Edit book: Fix regression that caused program to stop responding when quitting via File->Quit

This commit is contained in:
Kovid Goyal
2014-02-15 09:14:24 +05:30
parent 1064178e9b
commit 1bfc388e4b
+1
View File
@@ -1240,6 +1240,7 @@ class Boss(QObject):
QTimer.singleShot(50, self.check_terminal_save)
return False
self.shutdown()
return True
def check_terminal_save(self):