diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-09-25 13:33:39 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-09-25 13:34:27 +0900 |
commit | fe23d6e522008246a1c90d228c35f37f8bf865c5 (patch) | |
tree | 42c09197e433c069e025ee2501192c8f73b3f27c /src/lib/elm_notify.c | |
parent | bac98dd0e1e39e465fac43c9a7fecc726e0d4c12 (diff) | |
download | elementary-fe23d6e522008246a1c90d228c35f37f8bf865c5.tar.gz |
elementary: update to new eo_parent_get/set API.
Diffstat (limited to 'src/lib/elm_notify.c')
-rw-r--r-- | src/lib/elm_notify.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c index 26fb7933c..912a001a7 100644 --- a/src/lib/elm_notify.c +++ b/src/lib/elm_notify.c @@ -475,8 +475,7 @@ _elm_notify_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED) Elm_Notify_Smart_Data *priv = _pd; eo_do_super(obj, MY_CLASS, evas_obj_smart_add()); - - elm_widget_sub_object_add(eo_parent_get(obj), obj); + elm_widget_sub_object_parent_add(obj); priv->allow_events = EINA_TRUE; |