hermet pushed a commit to branch master.

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

commit 49ee6201314e50c5b6cbbc190381f79c71acd24f
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Thu Jan 28 19:36:21 2016 +0900

    Fix template code inserting.
    
    This is a side effect of this commit 
e984d2bb4e7780a429be47804fc10045266bf25c
    
    @T3107
---
 src/lib/edc_parser.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/edc_parser.c b/src/lib/edc_parser.c
index cc045d5..ef38f91 100644
--- a/src/lib/edc_parser.c
+++ b/src/lib/edc_parser.c
@@ -1554,12 +1554,12 @@ parser_paragh_name_get(parser_data *pd EINA_UNUSED, 
Evas_Object *entry)
    group_info group_list[GROUP_CNT] =
      {
         { "collections", 11 },
-        { "desc", 4 },
         { "description", 11 },
+        { "desc", 4 },
         { "fill", 4 },
         { "group", 5 },
-        { "image", 5 },
         { "images", 6 },
+        { "image", 5 },
         { "map", 3 },
         { "origin", 6 },
         { "parts", 5 },
@@ -1571,8 +1571,8 @@ parser_paragh_name_get(parser_data *pd EINA_UNUSED, 
Evas_Object *entry)
         { "rel2", 4 },
         { "spacer", 6 },
         { "swallow", 7 },
-        { "text", 4 },
         { "textblock", 9 }
+        { "text", 4 },
      };
 
    const char *text = elm_entry_entry_get(entry);

-- 


Reply via email to