[telepathy-gabble/master] Hook SearchManager up to the Connection.

Will Thompson will.thompson at collabora.co.uk
Wed Aug 26 09:21:42 PDT 2009


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

diff --git a/src/connection.c b/src/connection.c
index fe9ce90..494a2af 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -70,6 +70,7 @@
 #include "request-pipeline.h"
 #include "roomlist-manager.h"
 #include "roster.h"
+#include "search-manager.h"
 #include "private-tubes-factory.h"
 #include "util.h"
 #include "vcard-manager.h"
@@ -230,6 +231,11 @@ _gabble_connection_create_channel_managers (TpBaseConnection *conn)
         "connection", self,
         NULL));
 
+  g_ptr_array_add (channel_managers,
+      g_object_new (GABBLE_TYPE_SEARCH_MANAGER,
+        "connection", self,
+        NULL));
+
   self->muc_factory = g_object_new (GABBLE_TYPE_MUC_FACTORY,
       "connection", self,
       NULL);
-- 
1.5.6.5




More information about the telepathy-commits mailing list