8250: Gramps crashes when closed while exporting

This commit is contained in:
SNoiraud 2016-08-15 10:19:34 +02:00
parent 04e123a5ce
commit 3af32ec258

View File

@ -119,7 +119,8 @@ class ExportAssistant(Gtk.Assistant, ManagedWindow) :
#set_window is present in both parent classes
ManagedWindow.set_window(self, self, None,
self.top_title, isWindow=True)
self.top_title, isWindow=True)
self.set_modal(True)
#set up callback method for the export plugins
self.callback = self.pulse_progressbar