From 4f55ec153ba216a1b477211f26a4c6de1d29dcfc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 29 Apr 2014 14:11:46 +0530 Subject: [PATCH] Fix #1313567 [Editor save button greyed out after failed save](https://bugs.launchpad.net/calibre/+bug/1313567) --- 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 424a4bd4da..322ab81f6b 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -830,6 +830,7 @@ class Boss(QObject): if self.doing_terminal_save: prints(tb, file=sys.stderr) return + self.gui.action_save.setEnabled(True) error_dialog(self.gui, _('Could not save'), _('Saving of the book failed. Click "Show Details"' ' for more information. You can try to save a copy'