aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 00:21:22 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:34 +0800
commit1e2fff115e8f2da4e42e780878f828ee174e3f4f (patch)
tree345540b074f9a0943822ff1ad1f9c0c396284ce5
parent9869f68136e335d7439d434aa93a9ca229125a45 (diff)
downloadgsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar
gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.gz
gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.bz2
gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.lz
gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.xz
gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.zst
gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.zip
Fix inconsistency in preferences and code
-rw-r--r--libempathy-gtk/empathy-location-manager.c2
-rw-r--r--src/empathy-preferences.ui2
2 files changed, 1 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 27372a732..07b280bef 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -305,7 +305,6 @@ address_changed_cb (GeoclueAddress *address,
while (g_hash_table_iter_next (&iter, &key, &value))
{
GValue *new_value;
- /* do something with key and value */
/* Discard street information if reduced accuracy is on */
if (priv->reduce_accuracy && strcmp (key, EMPATHY_LOCATION_STREET) == 0)
continue;
@@ -316,7 +315,6 @@ address_changed_cb (GeoclueAddress *address,
DEBUG ("\t - %s: %s", (gchar *) key, (gchar *) value);
}
-
update_timestamp (location_manager);
if (priv->timeout_id == 0)
priv->timeout_id = g_timeout_add_seconds (TIMEOUT, publish_on_idle, location_manager);
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index b95354720..d92fc8f88 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -478,7 +478,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">&lt;small&gt;Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will have a random value added (&#xB1;0.5&#xB0;).&lt;/small&gt;</property>
+ <property name="label" translatable="yes">&lt;small&gt;Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will have a random value added (&#xB1;0.25&#xB0;).&lt;/small&gt;</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
</object>