rimmed pushed a commit to branch master.

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

commit 8ccff27c5dce19a118ddc1a58f710285f6ffdf61
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Mon Jan 4 17:52:01 2016 +0200

    image_editor: hide dummy image
---
 src/bin/ui/editors/image_editor.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/ui/editors/image_editor.c 
b/src/bin/ui/editors/image_editor.c
index 052d395..b419cff 100644
--- a/src/bin/ui/editors/image_editor.c
+++ b/src/bin/ui/editors/image_editor.c
@@ -477,6 +477,10 @@ _image_editor_init(Image_Editor *img_edit)
                    ERR("name not found for image #%d",counter);
                    continue;
                 }
+
+              /* skip dummy image */
+              if (!strcmp(res->name, EFLETE_DUMMY_IMAGE_NAME)) continue;
+
               it = 
_image_editor_gengrid_item_data_create(ap.project->global_object,
                                                           res);
 

-- 


Reply via email to