edje_cc now requires quotes for using lazEDC block naming

this was making syntax errors much harder to debug and only served the purpose of further enabling shitty, nonconformant edc creating. removing now before it becomes an api break
This commit is contained in:
Mike Blumenkrantz 2014-04-28 10:17:23 -04:00
parent bb1d1c4f2a
commit 7823b187d9
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ new_object(void)
sh = eina_hash_find(_new_statement_short_hash, id);
if (!sh)
sh = eina_hash_find(_new_statement_short_single_hash, id);
if ((!sh) && (!did_wildcard) && (!had_quote) && (!edje_cc_handlers_wildcard()))
if ((!sh) && (!did_wildcard) && (!had_quote))
{
ERR("%s:%i unhandled keyword %s",
file_in, line - 1,