aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 650129ebb..a80d39684 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -70,6 +70,7 @@
#include "empathy-call-window.h"
#include "empathy-chat-window.h"
#include "empathy-ft-manager.h"
+#include "empathy-import-mc4-accounts.h"
#include "extensions/extensions.h"
@@ -328,6 +329,7 @@ connection_managers_ready_cb (EmpathyConnectionManagers *managers,
{
if (empathy_connection_managers_is_ready (managers))
{
+ empathy_import_mc4_accounts ();
create_salut_account_if_needed (managers);
g_object_unref (managers);
managers = NULL;