Evas textblock: Fixed a bug with textblock ellipsis.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 6 Nov 2011 12:56:07 +0000 (12:56 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 6 Nov 2011 12:56:07 +0000 (12:56 +0000)
commitbdea77329676286b1ae3854a8e62a1231dc268e3
treeb6fd80e25a35a318b260359029c97281107d1396
parente701cbc4aafed1992f83c6f23afbd512dfebcdf8
Evas textblock: Fixed a bug with textblock ellipsis.

There was a possible segfault because we don't check if the current item
is a text item or a format item. I just removed the loop which triggered it
because it's not needed anyway, and now it works. Removing the loop also
let me remove some code that was only needed in the case of a loop.

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