summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2015-11-24 16:28:01 +0530
committerAmitesh Singh <amitesh.sh@samsung.com>2015-11-24 16:30:42 +0530
commit8eff7ce777b30097e5d135efe5d96ce822d80dfe (patch)
tree3a8f33750c3422dfaefbbd063800d7e93fc0c75f
parentb864efac655980916a902a91462c0a3d44bb06e9 (diff)
downloadelementary-8eff7ce777b30097e5d135efe5d96ce822d80dfe.tar.gz
notify: remove duplicate call of _sizing_eval.
we are already calling _sizing_eval() inside _calc().
-rw-r--r--src/lib/elm_notify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c
index cec6104a5..501458539 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);