summaryrefslogtreecommitdiff
path: root/src/lib/elc_combobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elc_combobox.c')
-rw-r--r--src/lib/elc_combobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elc_combobox.c b/src/lib/elc_combobox.c
index fe3f4a34b..65e82051b 100644
--- a/src/lib/elc_combobox.c
+++ b/src/lib/elc_combobox.c
@@ -369,7 +369,7 @@ _elm_combobox_multiple_selection_set(Eo *obj, Elm_Combobox_Data *pd,
if (enabled)
{
// This is multibuttonentry object that will take over the MBE call
- eo_add(&pd->mbe,ELM_MULTIBUTTONENTRY_CLASS, obj);
+ pd->mbe = eo_add(ELM_MULTIBUTTONENTRY_CLASS, obj);
evas_object_size_hint_weight_set(pd->mbe, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(pd->mbe, EVAS_HINT_FILL, EVAS_HINT_FILL);
eo_event_callback_array_add(elm_multibuttonentry_entry_get(pd->mbe), entry_callbacks(), obj);