fixed a reacurring error that was in 19873

svn: r19896
This commit is contained in:
Craig J. Anderson 2012-06-21 21:01:38 +00:00
parent d3c412512b
commit 3a82d58838

View File

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