From c1657a9a556c8b9d98fe7003e6bccba023670332 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:13:32 +0000 Subject: Call emp_cli_init in empathy_init Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2153 --- libempathy/empathy-utils.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libempathy') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 2dbc9bd41..87e593a85 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -40,9 +40,12 @@ #include "empathy-contact-factory.h" #include "empathy-contact-manager.h" +#include + #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" + void empathy_init (void) { @@ -64,6 +67,8 @@ empathy_init (void) empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG")); tp_debug_divert_messages (g_getenv ("EMPATHY_LOGFILE")); + emp_cli_init (); + initialized = TRUE; } -- cgit v1.2.3