projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0023efb
)
edje: unamed part are completely legit as long as no program try to interact with...
author
Cedric BAIL
<cedric@osg.samsung.com>
Wed, 8 Jun 2016 22:00:30 +0000
(15:00 -0700)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Wed, 8 Jun 2016 22:00:30 +0000
(15:00 -0700)
src/bin/edje/edje_cc_handlers.c
patch
|
blob
|
history
diff --git
a/src/bin/edje/edje_cc_handlers.c
b/src/bin/edje/edje_cc_handlers.c
index
0435713
..
0bbdb13
100644
(file)
--- a/
src/bin/edje/edje_cc_handlers.c
+++ b/
src/bin/edje/edje_cc_handlers.c
@@
-15079,9
+15079,8
@@
edje_cc_handlers_hierarchy_pop(void)
if (!current_part->name)
{
-
ERR("Parse error near %s:%i. Unnamed part exists in Group \"%s\" - Pausing for a bit so you notice and remember to fix this
.",
+
WRN("Parse error near %s:%i. Unnamed part exists in Group \"%s\"
.",
file_in, line - 1, current_de->entry);
- sleep(10);
}
for (i = 0; i < current_part->other.desc_count; i++)