aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-08-25 05:24:01 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-08-25 05:24:01 +0800
commit674b0a4584ec097c603e1c66d490b5864e3a8488 (patch)
tree0c31a04bcda69115e49db252c27b58f3e2dd0376 /libempathy
parent04dca02fddfab2977f683bb2f32ae090cb33e2b6 (diff)
downloadgsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.tar
gsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.tar.gz
gsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.tar.bz2
gsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.tar.lz
gsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.tar.xz
gsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.tar.zst
gsoc2013-empathy-674b0a4584ec097c603e1c66d490b5864e3a8488.zip
2007-08-24 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-new-chatroom-dialog.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy/empathy-tp-contact-list.c: * data/salut.profile: Salut's protocol name is going to change to local-xmpp. Fixes bug #469638 (Sjoerd Simons) git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@270 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-contact-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index 70cd10a1e..a5c54b74e 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -350,7 +350,7 @@ empathy_tp_contact_list_new (McAccount *account)
* FIXME: Default group should be an information in the profile */
profile = mc_account_get_profile (account);
protocol_name = mc_profile_get_protocol_name (profile);
- if (strcmp (protocol_name, "salut") == 0) {
+ if (strcmp (protocol_name, "local-xmpp") == 0) {
priv->protocol_group = _("People nearby");
}
g_object_unref (profile);