* src/docgen/PdfDoc.py (draw_text): Remove extra ",".

svn: r2505
This commit is contained in:
Alex Roitman 2003-12-11 22:24:44 +00:00
parent 017f36d86e
commit 2ba0326dc5
2 changed files with 4 additions and 1 deletions

View File

@ -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> 2003-12-10 Don Allingham <dallingham@users.sourceforge.net>
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome * src/GrampsCfg.py: Make sure to return "BOTH" if the gnome
toolbar gconf entry is not set. Appears that this can happen toolbar gconf entry is not set. Appears that this can happen

View File

@ -412,7 +412,7 @@ class PdfDoc(BaseDoc.BaseDoc):
y = (self.get_usable_height()*cm)-(y*cm) y = (self.get_usable_height()*cm)-(y*cm)
sc = make_color(font.get_color()) sc = make_color(font.get_color())
fc = 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, s = reportlab.graphics.shapes.String(x*cm,
y, y,
str(text), str(text),