parent
b934b0d424
commit
8e09235351
@ -954,7 +954,8 @@ 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)
|
||||||
self.close()
|
if response != Gtk.ResponseType.DELETE_EVENT: # already closed
|
||||||
|
self.close()
|
||||||
|
|
||||||
def setup_style_frame(self):
|
def setup_style_frame(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user