[TSAM-910]Delete popup in recent view and moving back, it is working fine 27/57827/1
authorSheenu <sheenu.15@samsung.com>
Mon, 25 Jan 2016 06:04:12 +0000 (11:34 +0530)
committerSheenu <sheenu.15@samsung.com>
Mon, 25 Jan 2016 06:04:12 +0000 (11:34 +0530)
Change-Id: I88c1bb9b4927d81f02ffdcde79592fa4ebd964f1
Signed-off-by: Sheenu <sheenu.15@samsung.com>
src/widget/mf-popup.c

index b502fce..7d40eb9 100755 (executable)
@@ -1852,7 +1852,7 @@ Evas_Object *mf_popup_create_delete_confirm_popup(void *data, char *title, const
                //Fixed the bug(P131011-02665), when pressing the back, no focus at the entry.
                eext_object_event_callback_add(popup, EEXT_CALLBACK_BACK, func, param);
        } else {
-               eext_object_event_callback_add(popup, EEXT_CALLBACK_BACK, func, param);
+               eext_object_event_callback_add(popup, EEXT_CALLBACK_BACK, eext_popup_back_cb, NULL);
        }
        MF_TRACE_END;
        return popup;