rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=5e3d1a627a1a048a6b8215f49002eb993207a53e

commit 5e3d1a627a1a048a6b8215f49002eb993207a53e
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Aug 23 14:03:52 2016 +0300

    popup: avoid to dismmis NULL object
    
    Change-Id: I243dfbc562f43cac049b71f2662300784cd9e71c
---
 src/bin/ui/popup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index b6e976d..0dbfc68 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -630,7 +630,7 @@ _done_image(void *data,
            perfectly good */
         if (helper_data->button)
           evas_object_del(helper_data->button);
-        _helper_dismiss(helper_data->follow_up, NULL, NULL, NULL);
+        _helper_dismiss(helper_data->follow_up, helper, NULL, NULL);
      }
 }
 
@@ -783,7 +783,7 @@ _btn_image_manager_cb(void *data __UNUSED__,
                       Evas_Object *obj __UNUSED__,
                       void *event_info __UNUSED__)
 {
-   _helper_dismiss(NULL, NULL, NULL, NULL);
+   _helper_dismiss(NULL, helper, NULL, NULL);
    image_manager_add();
 }
 

-- 


Reply via email to