combobox: store eo_constructor() return value into obj
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 4 Mar 2016 09:27:39 +0000 (14:57 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Fri, 4 Mar 2016 10:14:19 +0000 (15:44 +0530)
This is what we do in every widget's base constructor.

@fix

legacy/elementary/src/lib/elc_combobox.c

index 408b590..af79c72 100644 (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;