From 87e5279642a00dbcdb860046b03271cdef481a67 Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Mon, 15 Aug 2016 10:22:13 +0200 Subject: [PATCH] 8250: Gramps crashes when closed while exporting --- gramps/gui/plug/export/_exportassistant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gui/plug/export/_exportassistant.py b/gramps/gui/plug/export/_exportassistant.py index 99982879a..61cefb854 100644 --- a/gramps/gui/plug/export/_exportassistant.py +++ b/gramps/gui/plug/export/_exportassistant.py @@ -120,6 +120,7 @@ class ExportAssistant(Gtk.Assistant, ManagedWindow) : ManagedWindow.set_window(self, self, None, self.top_title, isWindow=True) self.set_position(Gtk.WindowPosition.CENTER_ON_PARENT) + self.set_modal(True) #set up callback method for the export plugins self.callback = self.pulse_progressbar