fix N_SE-47744 2.2_release submit/tizen_2.2/20130814.090153 submit/tizen_2.2/20130814.101816
authorHyungdeuk Kim <hd3.kim@samsung.com>
Fri, 2 Aug 2013 11:03:20 +0000 (20:03 +0900)
committerHyungdeuk Kim <hd3.kim@samsung.com>
Fri, 2 Aug 2013 11:03:20 +0000 (20:03 +0900)
packaging/syspopup.spec
syspopup/syspopup_efl.c

index 5bb5adf..9a8046c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       syspopup
 Summary:    syspopup package
-Version:    0.0.97
+Version:    0.0.98
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0
index 32b9184..39d9c7b 100755 (executable)
 
 #define WIN_PROP_NAME "SYSTEM_POPUP"
 
-static void __elm_popupwin_del_cb(void *data, Evas * e, Evas_Object * obj,
-                                 void *event_info)
-{
-       int id;
-
-       id = (int)data;
-       _D("callback del called, destroy internal data - id = %d\n", id);
-
-       _syspopup_del(id);
-}
-
 static Eina_Bool __x_keydown_cb(void *data, int type, void *event)
 {
        int id = (int)data;
@@ -133,9 +122,6 @@ API int syspopup_create(bundle *b, syspopup_handler *handler,
                ecore_event_handler_add(ECORE_EVENT_KEY_DOWN, __x_keydown_cb,
                                        (void *)id);
 
-               evas_object_event_callback_add(parent, EVAS_CALLBACK_DEL,
-                                        __elm_popupwin_del_cb, (void *)id);
-
                /* X_syspopup_core should process 2 events */
                /* First, rotate event */
                /* Second, keydown event */