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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user