diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index c8e14e05b..247bc1421 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -1321,6 +1321,12 @@ contact_widget_location_update (EmpathyContactWidget *information) GtkWidget *label; guint row = 0; static const gchar* ordered_geolocation_keys[] = { + EMPATHY_LOCATION_TEXT, + EMPATHY_LOCATION_URI, + EMPATHY_LOCATION_DESCRIPTION, + EMPATHY_LOCATION_BUILDING, + EMPATHY_LOCATION_FLOOR, + EMPATHY_LOCATION_ROOM, EMPATHY_LOCATION_STREET, EMPATHY_LOCATION_AREA, EMPATHY_LOCATION_LOCALITY, |