Fix mistake introduced in previous commit.

Don't matter how much you review it, it is never enough.
rfonseca spanks himself =/.



SVN revision: 54903
This commit is contained in:
Rafael Fonseca 2010-11-23 20:26:08 +00:00
parent f66f9b341e
commit b1846a536c
1 changed files with 1 additions and 1 deletions

View File

@ -1241,7 +1241,7 @@ static void
_pan_min_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
{
if (x) *x = 0;
if (y < 0) y = 0;
if (y) *y = 0;
}
static void