summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_multibuttonentry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_multibuttonentry.c')
-rw-r--r--src/lib/elementary/efl_ui_multibuttonentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_multibuttonentry.c b/src/lib/elementary/efl_ui_multibuttonentry.c
index ee019f4ac8..cb489ac4eb 100644
--- a/src/lib/elementary/efl_ui_multibuttonentry.c
+++ b/src/lib/elementary/efl_ui_multibuttonentry.c
@@ -1713,7 +1713,7 @@ EAPI Evas_Object *
elm_multibuttonentry_add(Evas_Object *parent)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(parent, NULL);
- return efl_add(MY_CLASS, parent, efl_canvas_object_legacy_ctor(efl_added));
+ return elm_legacy_add(MY_CLASS, parent);
}
static void