]> git.0d.be Git - empathy.git/commitdiff
Use the correct protocol name for the sorting
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 25 Aug 2009 00:56:21 +0000 (02:56 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 25 Aug 2009 10:55:39 +0000 (11:55 +0100)
libempathy-gtk/empathy-protocol-chooser.c

index e8b9a69a87eabde44e045bbfa14980ab3937c8ac..d9b7ec436a6029aec53104ffbf6013e157c827fc 100644 (file)
@@ -87,7 +87,7 @@ protocol_chooser_sort_protocol_value (TpConnectionManagerProtocol *protocol)
   guint i;
   const gchar *names[] = {
     "jabber",
-    "salut",
+    "local-xmpp",
     "gtalk",
     NULL
   };