mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-19 23:54:28 +01:00
Fix #1313567 [Editor save button greyed out after failed save](https://bugs.launchpad.net/calibre/+bug/1313567)
This commit is contained in:
parent
4ef845f592
commit
4f55ec153b
1 changed files with 1 additions and 0 deletions
|
|
@ -830,6 +830,7 @@ def report_save_error(self, tb):
|
|||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue