jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=ab32de633758690304fa757b97c8d0eb82ed58d7

commit ab32de633758690304fa757b97c8d0eb82ed58d7
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Thu Jan 21 10:01:46 2016 +0900

    autocomp: Fix the count of box.items.item's node list.
    
    This commit fix the commit cf1e142364ab2b2534414190336eb4bc36f2bbcd
    Fix the count of part.box.items.item's node list as "span" is removed.
---
 data/autocomp/autocomp.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/autocomp/autocomp.src b/data/autocomp/autocomp.src
index 241d3be..d2bcacf 100644
--- a/data/autocomp/autocomp.src
+++ b/data/autocomp/autocomp.src
@@ -495,7 +495,7 @@ group "lexem" struct {
                                                    value "cursor_offset" int: 
1;
                                                    value "line_back" int: 0;
                                                    group "name" var_array {
-                                                      count 11;
+                                                      count 10;
                                                       value "string" string: 
"align";
                                                       value "string" string: 
"aspect";
                                                       value "string" string: 
"aspect_mode";

-- 


Reply via email to