0001480: custom paper size is not editable for 2nd and any additional invocations of the report

svn: r9570
This commit is contained in:
Brian Matherly 2007-12-24 04:41:11 +00:00
parent 7aa7acb355
commit 9da5862816
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-12-23 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_PaperMenu.py: 0001480: custom paper size is not editable
for 2nd and any additional invocations of the report
2007-12-23 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_Bibliography.py:
Fix 0001393: Detailed descendant report crash on too many references.

View File

@ -186,6 +186,8 @@ class PaperFrame(gtk.HBox):
self.paper_table.show_all()
self.add(self.paper_table)
self.size_changed(None)
def size_changed(self, obj):
"""Paper size combobox 'changed' callback."""
size, name = self.get_paper_size()