rimmed pushed a commit to branch master.

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

commit 22ba2bc82dcf92d7c1afa78f183531369c012349
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Tue Feb 2 17:51:59 2016 +0200

    editor: fix targets clean logic on program action set
---
 src/bin/editor/editor_program.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/editor/editor_program.c b/src/bin/editor/editor_program.c
index 218c488..9359882 100644
--- a/src/bin/editor/editor_program.c
+++ b/src/bin/editor/editor_program.c
@@ -150,6 +150,7 @@ editor_program_action_set(Evas_Object *edit_object, Change 
*change, Eina_Bool me
                 if it was not list of programs (EDJE_ACTION_TYPE_ACTION_STOP) 
*/
               if (old_value == EDJE_ACTION_TYPE_ACTION_STOP)
                 clean_targets = true;
+              break;
            case EDJE_ACTION_TYPE_ACTION_STOP:
               /*this action uses programs as targets*/
            default:

-- 


Reply via email to