Bug 594936 - pango_layout_set_wrap
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 11 Sep 2009 20:57:25 +0000 (16:57 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 11 Sep 2009 20:57:25 +0000 (16:57 -0400)
commit24bb7774579627b25a61a348ffe0fb25988a12f3
tree09e6b22cc7c11d69b06c9a90f6f44bba4ba2507a
parentce01a496c7dad90c672e673c0e7ba8c5de350137
Bug 594936 - pango_layout_set_wrap

Remove wrong optimization in pango_layout_set_wrap().  The assumption that
if the layout was not wrapped before, it will not wrap now is simply wrong.
pango/pango-layout.c