Fix #1313567 [Editor save button greyed out after failed save](https://bugs.launchpad.net/calibre/+bug/1313567)

This commit is contained in:
Kovid Goyal 2014-04-29 14:11:46 +05:30
parent 4ef845f592
commit 4f55ec153b

View File

@ -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'