aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-location-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 1acdb3b99..436e0a216 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -290,9 +290,10 @@ address_changed_cb (GeoclueAddress *address,
GHashTableIter iter;
gpointer key, value;
+ geoclue_accuracy_get_details (accuracy, &level, NULL, NULL);
DEBUG ("New address (accuracy level %d):", level);
+ /* FIXME: Publish accuracy level also considering the position's */
- geoclue_accuracy_get_details (accuracy, &level, NULL, NULL);
g_hash_table_remove (priv->location, EMPATHY_LOCATION_STREET);
g_hash_table_remove (priv->location, EMPATHY_LOCATION_AREA);
g_hash_table_remove (priv->location, EMPATHY_LOCATION_REGION);