rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=4806e7708e4353752d849229c185558808bce573

commit 4806e7708e4353752d849229c185558808bce573
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Fri Dec 4 12:50:46 2015 +0200

    project_navigator: fix crash after click delete layout 2 times
    
    Fix #48157
---
 src/bin/ui/project_navigator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/project_navigator.c b/src/bin/ui/project_navigator.c
index dde50df..9e2354e 100644
--- a/src/bin/ui/project_navigator.c
+++ b/src/bin/ui/project_navigator.c
@@ -575,7 +575,6 @@ _btn_del_group_cb(void *data __UNUSED__,
                                     NULL, NULL, BTN_OK|BTN_CANCEL, NULL, NULL);
         if (BTN_CANCEL == btn_res) return;
         _folder_del(elm_object_item_data_get(glit));
-        return;
      }
    else
      {
@@ -600,6 +599,7 @@ _btn_del_group_cb(void *data __UNUSED__,
         editor_group_del(ap.project->global_object, tmp);
         eina_stringshare_del(tmp);
      }
+   elm_object_disabled_set(project_navigator.btn_del, true);
 }
 
 static void

-- 


Reply via email to