[popup]: finger waggle warning added.
authorshilpa singh <shilpa.singh@samsung.com>
Fri, 1 Oct 2010 10:56:40 +0000 (19:56 +0900)
committershilpa singh <shilpa.singh@samsung.com>
Fri, 1 Oct 2010 10:56:40 +0000 (19:56 +0900)
src/lib/elm_popup.c

index 90e7708..3066d84 100644 (file)
@@ -922,8 +922,7 @@ elm_popup_run(Evas_Object *obj)
    int response_id=0;\r
    Ecore_Event_Handler *_elm_exit_handler = NULL;\r
    /*Finger waggle warning*/\r
-   /*_elm_dangerous_call_check(__FUNCTION__);*/\r
-   WRN("WARNING!! Dont use this function use response signal instead, this function is only for applications using java script engine");\r
+   _elm_dangerous_call_check(__FUNCTION__);\r
    evas_object_show(obj);\r
    evas_object_smart_callback_add(obj, "response", response_cb, &response_id); \r
    _elm_exit_handler = ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, _elm_signal_exit, &response_id);\r