From 1d4810aab9340e352f65b24105acbcc299593c4e Mon Sep 17 00:00:00 2001 From: shilpa singh Date: Fri, 1 Oct 2010 19:56:40 +0900 Subject: [PATCH] [popup]: finger waggle warning added. --- src/lib/elm_popup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elm_popup.c b/src/lib/elm_popup.c index 90e7708..3066d84 100644 --- a/src/lib/elm_popup.c +++ b/src/lib/elm_popup.c @@ -922,8 +922,7 @@ elm_popup_run(Evas_Object *obj) int response_id=0; Ecore_Event_Handler *_elm_exit_handler = NULL; /*Finger waggle warning*/ - /*_elm_dangerous_call_check(__FUNCTION__);*/ - WRN("WARNING!! Dont use this function use response signal instead, this function is only for applications using java script engine"); + _elm_dangerous_call_check(__FUNCTION__); evas_object_show(obj); evas_object_smart_callback_add(obj, "response", response_cb, &response_id); _elm_exit_handler = ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, _elm_signal_exit, &response_id); -- 2.7.4