This commit is contained in:
Kovid Goyal 2021-04-26 20:09:26 +05:30
parent a759bb53ff
commit 6df2d79f4a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1063,7 +1063,6 @@ class TOCEditor(QDialog): # {{{
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