From dd9c1a46ad91cfb7b500a92c384a82658bbe4830 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 6 Jun 2006 04:13:50 +0000 Subject: [PATCH] 2006-06-05 Alex Roitman * src/plugins/BookReport.py (BookReportDialog.__init__): Correctly close managed window. svn: r6864 --- ChangeLog | 4 ++++ src/plugins/BookReport.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6d4956bdc..3d139ae23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-05 Alex Roitman + * src/plugins/BookReport.py (BookReportDialog.__init__): Correctly + close managed window. + 2006-06-05 Don Allingham * src/GrampsDb/_ReadGedcom.py: improve parsing, comment the code better * example/gedcom/sample.ged: add new stuff diff --git a/src/plugins/BookReport.py b/src/plugins/BookReport.py index 86bc7e33e..016c52cc2 100644 --- a/src/plugins/BookReport.py +++ b/src/plugins/BookReport.py @@ -1021,7 +1021,7 @@ class BookReportDialog(ReportDialog): self.make_report() except (IOError,OSError),msg: ErrorDialog(str(msg)) - self.window.destroy() + self.close() def setup_style_frame(self): pass def setup_report_options_frame(self): pass