fix style change inside callback reported by:
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Jan 2012 02:57:02 +0000 (02:57 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Jan 2012 02:57:02 +0000 (02:57 +0000)
Guilherme Silveira <xguiga@gmail.com>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@67368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/edje_load.c

index ae65d85..e61875a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 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.
+
index 8fe5842..47c3ba8 100644 (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)
      {