ami pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=8eff7ce777b30097e5d135efe5d96ce822d80dfe

commit 8eff7ce777b30097e5d135efe5d96ce822d80dfe
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Tue Nov 24 16:28:01 2015 +0530

    notify: remove duplicate call of _sizing_eval.
    
    we are already calling _sizing_eval() inside _calc().
---
 src/lib/elm_notify.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c
index cec6104..5014585 100644
--- a/src/lib/elm_notify.c
+++ b/src/lib/elm_notify.c
@@ -382,7 +382,6 @@ _elm_notify_elm_container_content_set(Eo *obj, 
Elm_Notify_Data *sd, const char *
         edje_object_part_swallow(sd->notify, "elm.swallow.content", content);
      }
 
-   _sizing_eval(obj);
    _calc(obj);
 
    return EINA_TRUE;
@@ -515,7 +514,6 @@ _elm_notify_elm_widget_parent_set(Eo *obj, Elm_Notify_Data 
*sd, Evas_Object *par
           (parent, EVAS_CALLBACK_DEL, _parent_del_cb, obj);
         evas_object_event_callback_add
           (parent, EVAS_CALLBACK_HIDE, _parent_hide_cb, obj);
-        _sizing_eval(obj);
      }
 
    _calc(obj);

-- 


Reply via email to