]> git.0d.be Git - empathy.git/commitdiff
Add missing location field in ordering
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Thu, 20 Aug 2009 19:54:34 +0000 (15:54 -0400)
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Thu, 12 Nov 2009 15:05:50 +0000 (10:05 -0500)
libempathy-gtk/empathy-contact-widget.c

index c8e14e05b097c30152a203b89a32093e04bc1e25..247bc14215742d7b17f767ac8288e8aceb87b9a9 100644 (file)
@@ -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,