combobox: store eo_constructor() return value into obj

This is what we do in every widget's base constructor.

@fix
This commit is contained in:
Amitesh Singh 2016-03-04 14:57:39 +05:30
parent 319247d2a8
commit 83bdc9f0a8
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ _elm_combobox_eo_base_constructor(Eo *obj, Elm_Combobox_Data *sd)
Evas_Object *entry;
char buf[128];
eo_constructor(eo_super(obj, MY_CLASS));
obj = eo_constructor(eo_super(obj, MY_CLASS));
sd->first_filter = EINA_TRUE;