rimmed pushed a commit to branch master.

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

commit 7694d7e8c9b7a8907ac21943ad85996c75994696
Author: Tetiana Naumenko <t.naume...@samsung.com>
Date:   Wed Mar 1 16:04:20 2017 +0200

    editor: add missing attribute in enum
    
    This change fix wrong updating of choosing combobox item
    
    @fix
    
    Change-Id: I9858ed1de30f0892d260c161ffaa3f491dcd551c
---
 src/bin/editor/editor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/editor/editor.h b/src/bin/editor/editor.h
index c67cac4..29ff8df 100644
--- a/src/bin/editor/editor.h
+++ b/src/bin/editor/editor.h
@@ -32,6 +32,7 @@ typedef enum {
    RM_ATTRIBUTE_GROUP_MIN_H,
    RM_ATTRIBUTE_GROUP_MAX_W,
    RM_ATTRIBUTE_GROUP_MAX_H,
+   RM_ATTRIBUTE_GROUP_SCRIPT,
    RM_ATTRIBUTE_GROUP_DATA_NAME,
    RM_ATTRIBUTE_GROUP_DATA_VALUE,
    RM_ATTRIBUTE_STATE_NAME,

-- 


Reply via email to