[POS-commit] r3895 - stoqlib/trunk/stoqlib/reporting/base

Henrique Romano henrique at async.com.br
Mon Jul 10 10:15:37 BRT 2006


Author: henrique
Date: Mon Jul 10 10:15:37 2006
New Revision: 3895

Modified:
   stoqlib/trunk/stoqlib/reporting/base/flowables.py

Log:
Hmm, do not name the style



Modified: stoqlib/trunk/stoqlib/reporting/base/flowables.py
==============================================================================
--- stoqlib/trunk/stoqlib/reporting/base/flowables.py	(original)
+++ stoqlib/trunk/stoqlib/reporting/base/flowables.py	Mon Jul 10 10:15:37 2006
@@ -265,7 +265,7 @@
             style = STYLE_SHEET["Raw"]
         if isinstance(style, basestring):
             style = STYLE_SHEET[style]
-        style = ParagraphStyle("ParStyle", parent=style, alignment=align)
+        style = ParagraphStyle("", parent=style, alignment=align)
         self._ellipsize = ellipsize
         # [total_width, [frag0, frag1, ...fragN]]
         self._first_line_frags = []


More information about the POS-commit mailing list