From 968b8e35a504d0fb617c7a022cd3dbb04560cc6e Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Fri, 22 May 2009 18:51:57 -0400 Subject: Don't list timestamp in the location fields as it is already included in the header --- libempathy-gtk/empathy-contact-widget.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 045a8105e..5ccc4b009 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -1369,6 +1369,9 @@ contact_widget_location_update (EmpathyContactWidget *information) char *svalue = NULL; skey = (const gchar *) key; + if (tp_strdiff (skey, EMPATHY_LOCATION_TIMESTAMP) == FALSE) + continue; + user_label = location_key_to_label (skey); gvalue = (GValue *) value; -- cgit v1.2.3