backed out a parameter passing change I made in commit 19862

svn: r20018
This commit is contained in:
Craig J. Anderson
2012-07-17 01:34:54 +00:00
parent 83058c7e7b
commit 6d39969056
2 changed files with 4 additions and 6 deletions

View File

@ -1628,7 +1628,7 @@ links (like ODF) and write PDF from that format.
paragraph_style.set_alignment(PARA_ALIGN_CENTER)
new_text = GtkDocText(paragraph_style, 'center',
self.__markup(text), x, y, angle, mark)
self.__markup('\n'.join(text)), x, y, angle, mark)
self._active_element.add_child(new_text)
# paginating and drawing interface