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:
parent
fc74ec2662
commit
28f16e56b0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user