2006-06-24 Alex Roitman <shura@gramps-project.org>
* src/ReportBase/_ReportDialog.py (report): Handle wm closing. * src/plugins/GraphViz.py (GraphVizDialog.__init__): Handle wm closing. * src/plugins/NarrativeWeb.py (WebReportDialog.__init__): Handle wm closing. svn: r6964
This commit is contained in:
@@ -654,4 +654,6 @@ def report(dbstate,uistate,person,report_class,options_class,
|
||||
ErrorDialog(_("Report could not be created"),str(msg))
|
||||
except:
|
||||
log.error("Failed to run report.", exc_info=True)
|
||||
elif response == gtk.RESPONSE_DELETE_EVENT:
|
||||
return
|
||||
dialog.close()
|
||||
|
Reference in New Issue
Block a user