parser - enable "action" keyword for candidate list.

This commit is contained in:
ChunEon Park 2014-03-18 19:47:15 +09:00
parent 640b20f216
commit 869da9c8eb
1 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ type_init_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED)
attr->value.strs = effect;
attr->value.type = ATTR_VALUE_CONSTANT;
td->attrs = eina_inlist_append(td->attrs, (Eina_Inlist *) attr);
/*
Eina_List *action = NULL;
action = eina_list_append(action, eina_stringshare_add("NONE"));
action = eina_list_append(action, eina_stringshare_add("STATE_SET"));
@ -409,7 +409,7 @@ type_init_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED)
attr->value.strs = action;
attr->value.type = ATTR_VALUE_CONSTANT;
td->attrs = eina_inlist_append(td->attrs, (Eina_Inlist *) attr);
*/
//Type: Integer
attr = calloc(1, sizeof(parser_attr));
attr->keyword = eina_stringshare_add("color:");