hermet pushed a commit to branch master.

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

commit 8c8cca1495db1117ed931fa685178bcbb096d815
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Tue Jun 30 16:15:54 2015 +0900

    edc_parser: support proxy, textblock
---
 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 cc864ea..0e05ea1 100644
--- a/src/lib/edc_parser.c
+++ b/src/lib/edc_parser.c
@@ -125,12 +125,12 @@ end:
 static void
 cur_state_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED)
 {
-#define PART_SYNTAX_CNT 7
+#define PART_SYNTAX_CNT 9
 
    const char *GROUP = "group";
    const char *PARTS = "parts";
-   const char *PART[PART_SYNTAX_CNT] =
-     { "part", "image", "text", "swallow", "rect", "group", "spacer" };
+   const char *PART[PART_SYNTAX_CNT] = { "part", "image", "textblock",
+        "swallow", "rect", "group", "spacer", "proxy", "text" };
    const char *DESC[2] = { "desc", "description" };
    const int DESC_LEN[2] = { 4, 11 };
 

-- 


Reply via email to