Fix mistake introduced in previous commit.
authorRafael Fonseca <rfonseca@profusion.mobi>
Tue, 23 Nov 2010 20:26:08 +0000 (20:26 +0000)
committerRafael Fonseca <rfonseca@profusion.mobi>
Tue, 23 Nov 2010 20:26:08 +0000 (20:26 +0000)
Don't matter how much you review it, it is never enough.
rfonseca spanks himself =/.

SVN revision: 54903

legacy/elementary/src/lib/elm_map.c

index d92c376..075af28 100644 (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