aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 9bc98ff11..0f8cce404 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -45,6 +45,8 @@
#include <libempathy-gtk/empathy-conf.h>
+#include <extensions/extensions.h>
+
#include "empathy-accounts-dialog.h"
#include "empathy-main-window.h"
#include "empathy-status-icon.h"
@@ -449,7 +451,7 @@ main (int argc, char *argv[])
g_warning ("Cannot create the 'empathy' bacon connection.");
}
- empathy_init ();
+ emp_cli_init ();
/* Setting up MC */
mc = empathy_mission_control_new ();