diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-21 03:54:34 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-11-12 23:05:50 +0800 |
commit | efb9104e6c9ea50eea6ee4a820f1ab20c574200d (patch) | |
tree | d4363cccceb78bfd5638d5dc604b3224c45e2783 /libempathy-gtk | |
parent | d5070182fd31bf85a4129e8f3b8677c3af78772b (diff) | |
download | gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.tar gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.tar.gz gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.tar.bz2 gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.tar.lz gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.tar.xz gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.tar.zst gsoc2013-empathy-efb9104e6c9ea50eea6ee4a820f1ab20c574200d.zip |
Add missing location field in ordering
Diffstat (limited to 'libempathy-gtk')
-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, |