From 387206a151285e5067883cd670d5f9f8686f30ed Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Tue, 24 Nov 2015 16:28:01 +0530 Subject: [PATCH] notify: remove duplicate call of _sizing_eval. we are already calling _sizing_eval() inside _calc(). --- legacy/elementary/src/lib/elm_notify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_notify.c b/legacy/elementary/src/lib/elm_notify.c index cec6104..5014585 100644 --- a/legacy/elementary/src/lib/elm_notify.c +++ b/legacy/elementary/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); -- 2.7.4