* edje: Fix a warning.

Please review as I am not sure why this code was written as the beginning.


SVN revision: 46318
This commit is contained in:
Cedric BAIL 2010-02-19 18:43:08 +00:00
parent e4ee012951
commit d590d0dbb0
1 changed files with 1 additions and 1 deletions

View File

@ -2384,7 +2384,7 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags)
const Edje_Perspective *ps;
// fixme: a tad inefficient as this is a has lookup
ps = edje_object_perspective_get(ed->evas);
ps = edje_object_perspective_get(ed->obj);
if (ps)
{
px = ps->px; py = ps->py;