diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-17 22:27:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-29 18:54:37 +0800 |
commit | d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4 (patch) | |
tree | 9e63a76ab5f3c8b19d354806d865a9df4c9340c9 /src/empathy-auto-salut-account-helper.c | |
parent | 9cd957b56a67984b4fd3d89aec3e6606372462d7 (diff) | |
download | gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.tar gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.tar.gz gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.tar.bz2 gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.tar.lz gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.tar.xz gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.tar.zst gsoc2013-empathy-d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4.zip |
Allow to set the Service of newly created account (#629734)
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 |