2006-06-05 Alex Roitman <shura@gramps-project.org>

* src/plugins/BookReport.py (BookReportDialog.__init__): Correctly
	close managed window.



svn: r6864
This commit is contained in:
Alex Roitman 2006-06-06 04:13:50 +00:00
parent 3c45dfe0bb
commit dd9c1a46ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-05 Alex Roitman <shura@gramps-project.org>
* src/plugins/BookReport.py (BookReportDialog.__init__): Correctly
close managed window.
2006-06-05 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: improve parsing, comment the code better
* example/gedcom/sample.ged: add new stuff

View File

@ -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