stop after the first part with that name. (no need to go through the rest of list).

SVN revision: 7100
This commit is contained in:
rephorm 2003-06-26 21:17:57 +00:00 committed by rephorm
parent c22eea281c
commit d614ac56e1
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ edje_part_geometry_get(Evas_Object *o, char *part, int *x, int *y, int *w, int *
if (y) *y = rp->y;
if (w) *w = rp->w;
if (h) *h = rp->h;
return;
}
}
}