diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-07-06 16:47:41 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-07-07 13:21:18 +0900 |
commit | 242127a96be0eb78791f48fae7c44f0f16248add (patch) | |
tree | ab7e1c51edc4e0e36a950f4291d12e52b8b931de /src/lib/elementary/elc_ctxpopup.c | |
parent | eeb1eb1b7422e1d5510dd3f643b1c77c3fbb87e0 (diff) |
evas,edje,elm: Mark all legacy objects as such
Diffstat (limited to 'src/lib/elementary/elc_ctxpopup.c')
-rw-r--r-- | src/lib/elementary/elc_ctxpopup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elc_ctxpopup.c b/src/lib/elementary/elc_ctxpopup.c index c60deb6..e51ed06 100644 --- a/src/lib/elementary/elc_ctxpopup.c +++ b/src/lib/elementary/elc_ctxpopup.c | |||
@@ -1161,7 +1161,7 @@ EAPI Evas_Object * | |||
1161 | elm_ctxpopup_add(Evas_Object *parent) | 1161 | elm_ctxpopup_add(Evas_Object *parent) |
1162 | { | 1162 | { |
1163 | EINA_SAFETY_ON_NULL_RETURN_VAL(parent, NULL); | 1163 | EINA_SAFETY_ON_NULL_RETURN_VAL(parent, NULL); |
1164 | Evas_Object *obj = efl_add(MY_CLASS, parent); | 1164 | Evas_Object *obj = efl_add(MY_CLASS, parent, efl_canvas_object_legacy_ctor(efl_added)); |
1165 | 1165 | ||
1166 | /* access: parent could be any object such as elm_list which does | 1166 | /* access: parent could be any object such as elm_list which does |
1167 | not know elc_ctxpopup as its child object in the focus_next(); */ | 1167 | not know elc_ctxpopup as its child object in the focus_next(); */ |