oops, typo - _what_ were the chances? ;)

SVN revision: 12863
This commit is contained in:
handyande 2005-01-10 11:01:45 +00:00 committed by handyande
parent e410939c04
commit da6168304d
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ _pager_cb_up(void *data, Evas *e, Evas_Object *obj, void *event_info)
evas_output_viewport_get(p->evas, NULL, NULL, &ww, &hh);
/* if we clicked, not moved - FIXME, this is a hack */
newx = (double)p->fx / (double)(ww - p->fw);
newy = (double)p->fy / (double)(hh - p->fy);
newy = (double)p->fy / (double)(hh - p->fh);
printf("saving %g, %g\n", newx, newy);
if (p->move && (p->conf->x == newx) && (p->conf->y == newy))
{