diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |