mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:33:12 +02:00
...
This commit is contained in:
parent
a759bb53ff
commit
6df2d79f4a
1 changed files with 0 additions and 1 deletions
|
|
@ -1063,7 +1063,6 @@ def really_accept(self, tb):
|
|||
error_dialog(self, _('Failed to write book'),
|
||||
_('Could not write %s. Click "Show details" for'
|
||||
' more information.')%self.book_title, det_msg=tb, show=True)
|
||||
self.prefs['toc_editor_window_geom'] = bytearray(self.saveGeometry())
|
||||
super(TOCEditor, self).reject()
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue