From 1bfc388e4b6667d5fca1a63add1e9dedaeb80586 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 15 Feb 2014 09:14:24 +0530 Subject: [PATCH] Edit book: Fix regression that caused program to stop responding when quitting via File->Quit --- src/calibre/gui2/tweak_book/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 36f84502e6..98ca3a3684 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -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):