[empathy] Use the correct protocol name for the sorting



commit 5faa01e8bd1609409490e9620f910c6c35d62f69
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 25 02:56:21 2009 +0200

    Use the correct protocol name for the sorting

 libempathy-gtk/empathy-protocol-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c
index e8b9a69..d9b7ec4 100644
--- a/libempathy-gtk/empathy-protocol-chooser.c
+++ b/libempathy-gtk/empathy-protocol-chooser.c
@@ -87,7 +87,7 @@ protocol_chooser_sort_protocol_value (TpConnectionManagerProtocol *protocol)
   guint i;
   const gchar *names[] = {
     "jabber",
-    "salut",
+    "local-xmpp",
     "gtalk",
     NULL
   };



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