edje: fix all id including the current directory entry.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2012 16:34:34 +0000 (16:34 +0000)
committercedric <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

index 5244f6a..2f0fada 100644 (file)
@@ -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;
          }
      }