edje: fix all id including the current directory entry.

SVN revision: 67477
This commit is contained in:
Cedric BAIL 2012-01-23 16:34:34 +00:00
parent fb85ed026b
commit a296c7b30a
1 changed files with 1 additions and 0 deletions

View 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;
}
}