fix style change inside callback reported by:

Guilherme Silveira <xguiga@gmail.com>



SVN revision: 67368
This commit is contained in:
Carsten Haitzler 2012-01-20 02:57:02 +00:00
parent 3a9c5a5079
commit 185832f2da
2 changed files with 7 additions and 0 deletions

View File

@ -285,3 +285,9 @@
2012-01-14 Carsten Haitzler (The Rasterman)
* Added minmul propery for edje to multiply minimum size during min size calc
2012-01-20 Carsten Haitzler (The Rasterman)
* Fix the ability to change the edje file source of an edje object
inside a callback - it worked but you couldn't swallow/set text etc.

View File

@ -294,6 +294,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
ed->load_error = EDJE_LOAD_ERROR_NONE;
_edje_file_add(ed);
ed->block_break = 0;
if (ed->file && ed->file->external_dir)
{