* edje: jump to the right offset in the string.

SVN revision: 50280
This commit is contained in:
Cedric BAIL 2010-07-16 13:05:37 +00:00
parent 30d35eb1ba
commit 8e1a7c28e6
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ _edje_emit(Edje *ed, const char *sig, const char *src)
newsig = idx;
*newsig = '\0';
newsig++;
newsig += 2; /* we jump over ']' and ':' */
child = _edje_children_get(rp, partid);