[empathy] Fix inconsistency in preferences and code
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Fix inconsistency in preferences and code
- Date: Mon, 1 Jun 2009 11:46:59 -0400 (EDT)
commit 1e2fff115e8f2da4e42e780878f828ee174e3f4f
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date: Sun May 31 12:21:22 2009 -0400
Fix inconsistency in preferences and code
---
libempathy-gtk/empathy-location-manager.c | 2 --
src/empathy-preferences.ui | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 27372a7..07b280b 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 b953547..d92fc8f 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"><small>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 (±0.5°).</small></property>
+ <property name="label" translatable="yes"><small>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 (±0.25°).</small></property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]