Remove warning in elm_map
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 19 Oct 2010 06:35:14 +0000 (15:35 +0900)
committerTae-Hwan Kim <the81.kim@samsung.com>
Tue, 19 Oct 2010 06:35:14 +0000 (15:35 +0900)
src/lib/elm_map.c

index afe768d..b561db1 100644 (file)
@@ -1,6 +1,7 @@
 #include <Elementary.h>
 #include "elm_priv.h"
 #include "elm_module_priv.h"
+#include "els_scroller.h"
 
 /**
  * @defgroup Map Map
@@ -2408,9 +2409,9 @@ elm_map_geo_region_show(Evas_Object *obj, double lon, double lat)
 }
 
 /**
- * Move the map to the current coordinates.
+ * Get the current coordinates of the map.
  *
- * This move the map to the current coordinates. The map will be centered on these coordinates.
+ * This gets the current coordinates of the map object.
  *
  * @param obj The map object
  * @param lat The latitude.