Evas textblock: clean up render_pre a bit.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 4 Apr 2011 11:14:38 +0000 (11:14 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 4 Apr 2011 11:14:38 +0000 (11:14 +0000)
commit1794813647c6da5cbe9cc6bd3391335b14dba8fa
tree2c669ba22344ac394139f7053d6d9c255232e7e4
parent70a3e15a8f1861d9898aa305032bdf69b560cccf
Evas textblock: clean up render_pre a bit.

* _relayout is the way to go when we want to relayout.
* no need to mark content_changed=0 all over the place, it's already
  set in the first if.
* no need to call evas_object_render_pre_prev_cur_add more than once.

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