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

* src/Exporter.py (build_options): Correctly shift all pages.



svn: r6892
This commit is contained in:
Alex Roitman 2006-06-15 16:44:17 +00:00
parent fc74ec2662
commit 28f16e56b0
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2006-06-15 Alex Roitman <shura@gramps-project.org>
* src/Exporter.py (build_options): Correctly shift all pages.
2006-06-14 Don Allingham <don@gramps-project.org>
* src/ScratchPad.py: check for null model
* src/GrampsDb/_ReadGedcom.py: fix INT date format

View File

@ -272,6 +272,7 @@ class Exporter:
box = self.option_box_instance.get_option_box()
self.option_page = self.w.insert_page(title,box,
self.format_page+1)
self.file_sel_page += 1
self.confirm_page += 1
self.conclusion_page += 1
self.format_option = ix