aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
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);