Evas textblock: Fix linewrap to only wrap if there's a wrap point.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 16:35:39 +0000 (16:35 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 16:35:39 +0000 (16:35 +0000)
commit7df53529a379a0169732b65e974b53f51f3105d1
treec4023eb54926bad0ee4971d82564d9b7855d74fa
parent9a1bb56b3a8da03437bc93042a84139ee3797067
Evas textblock: Fix linewrap to only wrap if there's a wrap point.

For example before the fix, "aaa<b>cccc</>aaa" would have 2 possible
wrap points, <b> and </>, after the fix, those are no longer valid.
Also fixed another issue with wrapping not working.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59219 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_textblock.c