projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f9089
)
edje: fix all id including the current directory entry.
author
cedric
<cedric>
Mon, 23 Jan 2012 16:34:34 +0000
(16:34 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2012 16:34:34 +0000
(16:34 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67477
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/edje_cc_handlers.c
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc_handlers.c
b/src/bin/edje_cc_handlers.c
index
5244f6a
..
2f0fada
100644
(file)
--- a/
src/bin/edje_cc_handlers.c
+++ b/
src/bin/edje_cc_handlers.c
@@
-2171,6
+2171,7
@@
st_collections_group_name(void)
pc->id = i++;
if (older) older->id = pc->id;
+ else if (pc->part == current_pc->part) current_de->id = pc->id;
}
}