* src/docgen/PdfDoc.py (draw_text): Remove extra ",".
svn: r2505
This commit is contained in:
parent
44d84664f5
commit
6e79027390
@ -1,3 +1,6 @@
|
||||
2003-12-11 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/docgen/PdfDoc.py (draw_text): Remove extra ",".
|
||||
|
||||
2003-12-10 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome
|
||||
toolbar gconf entry is not set. Appears that this can happen
|
||||
|
@ -412,7 +412,7 @@ class PdfDoc(BaseDoc.BaseDoc):
|
||||
y = (self.get_usable_height()*cm)-(y*cm)
|
||||
sc = make_color(font.get_color())
|
||||
fc = make_color(font.get_color())
|
||||
fnt = self.pdf_set_font(font),
|
||||
fnt = self.pdf_set_font(font)
|
||||
s = reportlab.graphics.shapes.String(x*cm,
|
||||
y,
|
||||
str(text),
|
||||
|
Loading…
Reference in New Issue
Block a user