parent
b934b0d424
commit
8e09235351
@ -954,6 +954,7 @@ class BookDialog(DocReportDialog):
|
|||||||
self.make_book()
|
self.make_book()
|
||||||
except (IOError, OSError) as msg:
|
except (IOError, OSError) as msg:
|
||||||
ErrorDialog(str(msg), parent=self.window)
|
ErrorDialog(str(msg), parent=self.window)
|
||||||
|
if response != Gtk.ResponseType.DELETE_EVENT: # already closed
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
def setup_style_frame(self):
|
def setup_style_frame(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user