[empathy] Add missing location field in ordering



commit efb9104e6c9ea50eea6ee4a820f1ab20c574200d
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date:   Thu Aug 20 15:54:34 2009 -0400

    Add missing location field in ordering

 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 c8e14e0..247bc14 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]