jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=21dc4443a58e3ffd0f46bfa7256c0fb15fb6730b

commit 21dc4443a58e3ffd0f46bfa7256c0fb15fb6730b
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Thu Oct 22 09:36:35 2015 +0900

    Revert "edje: add edje signal emit about swallow, text"
    
    This reverts commit b1fa1c5aadc71881cb1e4e264d680ea5efa79a69.
    This feature will be commited to the next version.
---
 src/lib/edje/edje_util.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c
index 6ef5d60..aa77208 100644
--- a/src/lib/edje/edje_util.c
+++ b/src/lib/edje/edje_util.c
@@ -1442,10 +1442,6 @@ _edje_object_part_text_raw_set(Edje *ed, Evas_Object 
*obj, Edje_Real_Part *rp, c
    _edje_recalc(ed);
    if (ed->text_change.func)
      ed->text_change.func(ed->text_change.data, obj, part);
-   if (text)
-     _edje_emit(ed, "text,set", rp->part->name);
-   else
-     _edje_emit(ed, "text,unset", rp->part->name);
    return EINA_TRUE;
 }
 
@@ -2890,7 +2886,6 @@ _edje_object_part_swallow(Eo *obj EINA_UNUSED, Edje *ed, 
const char *part, Evas_
              eud->u.swallow.child = obj_swallow;
           }
      }
-   _edje_emit(ed, "swallow", rp->part->name);
 
    return EINA_TRUE;
 }
@@ -3167,7 +3162,6 @@ _edje_object_part_unswallow(Eo *obj EINA_UNUSED, Edje 
*ed, Evas_Object *obj_swal
                     if (eud->type == EDJE_USER_SWALLOW && eud->u.swallow.child 
== obj_swallow)
                       {
                          _edje_user_definition_free(eud);
-                         _edje_emit(ed, "unswallow", rp->part->name);
                          return;
                       }
                }
@@ -3188,7 +3182,6 @@ _edje_object_part_unswallow(Eo *obj EINA_UNUSED, Edje 
*ed, Evas_Object *obj_swal
          * -zmike, 6 April 2015
          */
         //_edje_recalc_do(ed);
-        _edje_emit(ed, "unswallow", rp->part->name);
         return;
      }
 }

-- 


Reply via email to