edje_cc now requires quotes for using lazEDC block naming
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 28 Apr 2014 14:17:23 +0000 (10:17 -0400)
committerMike Blumenkrantz <zmike@samsung.com>
Mon, 28 Apr 2014 14:17:23 +0000 (10:17 -0400)
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

src/bin/edje/edje_cc_parse.c

index 8d2087e..d015c22 100644 (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,