diff options
Diffstat (limited to 'src/empathy-auto-salut-account-helper.c')
-rw-r--r-- | src/empathy-auto-salut-account-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-auto-salut-account-helper.c b/src/empathy-auto-salut-account-helper.c index 57d39879e..409b6936c 100644 --- a/src/empathy-auto-salut-account-helper.c +++ b/src/empathy-auto-salut-account-helper.c @@ -79,7 +79,7 @@ create_salut_account_settings (void) GError *error = NULL; #endif - settings = empathy_account_settings_new ("salut", "local-xmpp", + settings = empathy_account_settings_new ("salut", "local-xmpp", NULL, _("People nearby")); #if HAVE_EDS |