mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a759bb53ff
commit
6df2d79f4a
@ -1063,7 +1063,6 @@ class TOCEditor(QDialog): # {{{
|
|||||||
error_dialog(self, _('Failed to write book'),
|
error_dialog(self, _('Failed to write book'),
|
||||||
_('Could not write %s. Click "Show details" for'
|
_('Could not write %s. Click "Show details" for'
|
||||||
' more information.')%self.book_title, det_msg=tb, show=True)
|
' more information.')%self.book_title, det_msg=tb, show=True)
|
||||||
self.prefs['toc_editor_window_geom'] = bytearray(self.saveGeometry())
|
|
||||||
super(TOCEditor, self).reject()
|
super(TOCEditor, self).reject()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user