rimmed pushed a commit to branch master.

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

commit 8af4fb21fcdfa396a851e3a0f3d9dc7b6bcd22da
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Fri Dec 4 12:57:04 2015 +0200

    property_group: hide popup when same picture (which is already set) was 
selected
---
 src/bin/ui/property_group.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/ui/property_group.c b/src/bin/ui/property_group.c
index b606c7b..44a3e3a 100644
--- a/src/bin/ui/property_group.c
+++ b/src/bin/ui/property_group.c
@@ -2861,7 +2861,7 @@ _on_image_editor_done(void *data,
 
    selected = eina_list_data_get(list_selected);
 
-   if (strcmp(value, selected) == 0) return false;
+   if (strcmp(value, selected) == 0) return true;
    elm_entry_entry_set(pd->attributes.state_image.image, selected);
 
    Eina_Stringshare *msg = eina_stringshare_printf(_("image changes to %s"), 
selected);
@@ -2956,7 +2956,6 @@ _add_tween_image(void *data,
 
    assert(pd != NULL);
 
-   TODO("Make it multiple selection here please")
    popup_gengrid_image_helper(NULL,
                               obj,
                               _on_image_editor_tween_done,

-- 


Reply via email to