rimmed pushed a commit to branch master.

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

commit bf2d27a74e6f82db3ca9a06f6f8f834a16c5e31c
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Thu Feb 11 13:07:58 2016 +0200

    image_manager: disable del button after deletion
    
    @fix #45777
---
 src/bin/ui/image_manager.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/image_manager.c b/src/bin/ui/image_manager.c
index ad89316..49046d8 100644
--- a/src/bin/ui/image_manager.c
+++ b/src/bin/ui/image_manager.c
@@ -385,6 +385,7 @@ _on_button_delete_clicked_cb(void *data,
    editor_save(ap.project->global_object);
    TODO("Remove this line once edje_edit_image_del would be added into Editor 
Modulei and saving would work properly")
    ap.project->changed = true;
+   elm_object_disabled_set(img_mng->del_button, true);
 }
 
 ITEM_SEARCH_FUNC(gengrid, ELM_GENGRID_ITEM_SCROLLTO_MIDDLE, NULL)

-- 


Reply via email to