* edje: jump to the right offset in the string.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 16 Jul 2010 13:05:37 +0000 (13:05 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 16 Jul 2010 13:05:37 +0000 (13:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_program.c

index 7913719..a766c7e 100644 (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);