* src/plugins/NarrativeWeb.py: typo
svn: r7036
This commit is contained in:
parent
4c828cc0d0
commit
c24c9c1d94
@ -1,3 +1,6 @@
|
|||||||
|
2006-07-17 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/NarrativeWeb.py: typo
|
||||||
|
|
||||||
2006-07-16 Alex Roitman <shura@gramps-project.org>
|
2006-07-16 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface):
|
* src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface):
|
||||||
Allow working with pygtk older than 2.8.
|
Allow working with pygtk older than 2.8.
|
||||||
|
@ -1456,7 +1456,7 @@ class IndividualPage(BasePage):
|
|||||||
|
|
||||||
of.write('</div>\n')
|
of.write('</div>\n')
|
||||||
of.write('</div>\n')
|
of.write('</div>\n')
|
||||||
of.write('<table style="height: %dpx; width: %dx;"><tr><td></td></tr></table>\n' %
|
of.write('<table style="height: %dpx; width: %dpx;"><tr><td></td></tr></table>\n' %
|
||||||
(max_size,XOFFSET+(generations)*WIDTH+(generations-1)*HGAP))
|
(max_size,XOFFSET+(generations)*WIDTH+(generations-1)*HGAP))
|
||||||
|
|
||||||
def draw_tree(self,of,gen,maxgen,max_size,old_center,new_center,phandle):
|
def draw_tree(self,of,gen,maxgen,max_size,old_center,new_center,phandle):
|
||||||
|
Loading…
Reference in New Issue
Block a user