From 2aa329dcb7773bef4ee2b593147b48a83b7658f8 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:16:06 +0000 Subject: Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1773 --- src/empathy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/empathy.c') 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 +#include + #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 (); -- cgit v1.2.3