rimmed pushed a commit to branch master.

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

commit eb79caab0c640eb06f145398c4f0ea92dbb52674
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Jun 8 17:29:20 2016 +0300

    editor: fix type with apply
---
 src/bin/editor/editor_macro.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/editor/editor_macro.h b/src/bin/editor/editor_macro.h
index 05b5736..6043eac 100644
--- a/src/bin/editor/editor_macro.h
+++ b/src/bin/editor/editor_macro.h
@@ -89,7 +89,7 @@ editor_state_## FUNC ##_set(Evas_Object *edit_object, Change 
*change, Eina_Bool
         else \
           change_diff_add(change, diff); \
      } \
-   if (!apply) \
+   if (apply) \
      { \
        if (!edje_edit_state_## FUNC ##_set(edit_object, part_name, state_name, 
state_val, new_val)) \
          return false; \

-- 


Reply via email to