hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0b00dbbf2748e6abc6c4d129d6914d23ca51e2ce
commit 0b00dbbf2748e6abc6c4d129d6914d23ca51e2ce Author: ChunEon Park <[email protected]> Date: Mon Nov 24 16:58:49 2014 +0900 didn't intend puhing this patch. Revert "elm_notify: added the notify's edje of popup smart member" This reverts commit cecbeb18ac29755f5163dc7860942c045f6ba3e4. --- src/lib/elm_notify.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c index 752063f..92bff96 100644 --- a/src/lib/elm_notify.c +++ b/src/lib/elm_notify.c @@ -449,7 +449,6 @@ _elm_notify_evas_object_smart_add(Eo *obj, Elm_Notify_Data *priv) priv->allow_events = EINA_TRUE; priv->notify = edje_object_add(evas_object_evas_get(obj)); - evas_object_smart_member_add(priv->notify, obj); evas_object_event_callback_add (obj, EVAS_CALLBACK_RESTACK, _restack_cb, obj); --
