aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/contacts-map/geo-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/contacts-map/geo-utils.c')
-rw-r--r--plugins/contacts-map/geo-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/contacts-map/geo-utils.c b/plugins/contacts-map/geo-utils.c
index 3f7473cab4..b44b926ef3 100644
--- a/plugins/contacts-map/geo-utils.c
+++ b/plugins/contacts-map/geo-utils.c
@@ -33,13 +33,13 @@ add_marker (ChamplainLayer *layer, gdouble lat, gdouble lng, EContact *contact)
champlain_layer_add_marker (layer, CHAMPLAIN_BASE_MARKER(marker));
}
-GeoclueGeocode*
+GeoclueGeocode*
get_geocoder (void)
{
GeoclueGeocode *geocoder = NULL;
/* Create new GeoclueGeocode */
- geocoder = geoclue_geocode_new ("org.freedesktop.Geoclue.Providers.Yahoo",
+ geocoder = geoclue_geocode_new ("org.freedesktop.Geoclue.Providers.Yahoo",
"/org/freedesktop/Geoclue/Providers/Yahoo");
return geocoder;