backed out a parameter passing change I made in commit 19862
svn: r20018
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user