rimmed pushed a commit to branch master.

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

commit 9214145c53c473be2f9939b98a93e174f6ae47d7
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Mon Jan 4 18:13:12 2016 +0200

    property: hide dummy image from selection
---
 src/bin/ui/popup.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index 8043d1f..4f5f1b3 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -476,6 +476,8 @@ _image_gengrid_init(Helper_Data *helper_data)
                    ERR("name not found for image #%d",counter);
                    continue;
                 }
+              if (!strcmp(res->name, EFLETE_DUMMY_IMAGE_NAME)) continue;
+
               it = (Item *)mem_malloc(sizeof(Item));
               it->image_name = eina_stringshare_add(res->name);
               it->source = eina_stringshare_add(res->source);

-- 


Reply via email to