Evas textblock: Don't keep a copy of the string per text item.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Apr 2011 08:36:57 +0000 (08:36 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Apr 2011 08:36:57 +0000 (08:36 +0000)
commitd66c42c52b3ab65924606fa3b7e650c3dfd3557e
treeb73d087e9459eb6994d959b655d11a0ac6d2b3e3
parent1c1767758ce7326e32c5fbc5dd8438c18463e100
Evas textblock: Don't keep a copy of the string per text item.

We don't need to copy it around because we have string objects now. This
lets us remove a lot of unneeded allocations and unwanted strcpys.

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