[telepathy-gabble/master] update_location_from_msg: remove accuracy support; it was dropped from the spec for now and current implementation was wrong any way
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Thu Aug 6 08:47:14 PDT 2009
---
src/conn-location.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/conn-location.c b/src/conn-location.c
index 08c45b4..cfb1fab 100644
--- a/src/conn-location.c
+++ b/src/conn-location.c
@@ -339,8 +339,7 @@ update_location_from_msg (GabbleConnection *conn,
if ((strcmp (key, "lat") == 0 ||
strcmp (key, "lon") == 0 ||
- strcmp (key, "alt") == 0 ||
- strcmp (key, "accuracy") == 0))
+ strcmp (key, "alt") == 0))
{
gdouble double_value;
gchar *end;
--
1.5.6.5
More information about the telepathy-commits
mailing list