From fc333c80f257af4ac16aa91a5816997f76440c4f Mon Sep 17 00:00:00 2001 From: shilpa Date: Thu, 19 Aug 2010 06:40:16 +0900 Subject: [PATCH] popup: warning added in elm_popuo_run function --- src/lib/elm_popup.c | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/lib/elm_popup.c diff --git a/src/lib/elm_popup.c b/src/lib/elm_popup.c old mode 100644 new mode 100755 index 7c28821..3c94d45 --- a/src/lib/elm_popup.c +++ b/src/lib/elm_popup.c @@ -888,6 +888,7 @@ elm_popup_run(Evas_Object *obj) 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"); 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