[telepathy-gabble/master] gabble_init: call wocky_init

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:18 PDT 2009


---
 src/gabble.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gabble.c b/src/gabble.c
index dc86d0d..5238ea0 100644
--- a/src/gabble.c
+++ b/src/gabble.c
@@ -25,6 +25,7 @@
 
 #include <telepathy-glib/debug.h>
 #include <telepathy-glib/run.h>
+#include <wocky/wocky.h>
 
 #include "debug.h"
 #include "debugger.h"
@@ -133,6 +134,7 @@ gabble_init (void)
     g_thread_init (NULL);
 
   g_type_init ();
+  wocky_init ();
 }
 
 int
-- 
1.5.6.5




More information about the telepathy-commits mailing list