[elm_popup]: randomn crash in evas_object_hide when a new content is pushed in naviga...
authorshilpa singh <shilpa.singh@samsung.com>
Wed, 19 Jan 2011 12:40:09 +0000 (18:10 +0530)
committershilpa singh <shilpa.singh@samsung.com>
Wed, 19 Jan 2011 12:40:09 +0000 (18:10 +0530)
src/lib/elm_popup.c

index 668addb..952fb26 100644 (file)
@@ -250,8 +250,8 @@ _action_area_clicked(void *data, Evas_Object *obj, void *event_info)
    adata = (Action_Area_Data *)data;\r
 \r
    if (!adata) return;  \r
-   evas_object_smart_callback_call(adata->obj, "response", (void *)adata->response_id);   \r
    evas_object_hide(adata->obj);\r
+   evas_object_smart_callback_call(adata->obj, "response", (void *)adata->response_id);   \r
 }\r
 \r
 static Evas_Object* \r