diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-25 08:56:21 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-25 18:55:39 +0800 |
commit | 5faa01e8bd1609409490e9620f910c6c35d62f69 (patch) | |
tree | 125f8b823c79d94297f454321b64e3452cc53a63 /libempathy-gtk | |
parent | 5256f84f04342be01b5f15d0730fecccbf3e4083 (diff) | |
download | gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.tar gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.tar.gz gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.tar.bz2 gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.tar.lz gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.tar.xz gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.tar.zst gsoc2013-empathy-5faa01e8bd1609409490e9620f910c6c35d62f69.zip |
Use the correct protocol name for the sorting
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | 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 e8b9a69a8..d9b7ec436 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 }; |