[Telepathy-commits] [telepathy-gabble/master] GabbleConnection: use the new GabbleRoomlistManager

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Nov 3 11:20:50 PST 2008


20080805142637-53eee-7d36d720da98e9d2ec5c49715f226998db66dafd.gz
---
 src/connection.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index ef7881d..b19a26a 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -57,7 +57,6 @@
 #include "disco.h"
 #include "media-channel.h"
 #include "register.h"
-#include "roomlist-channel.h"
 #include "im-factory.h"
 #include "media-factory.h"
 #include "muc-factory.h"
@@ -66,6 +65,7 @@
 #include "presence.h"
 #include "pubsub.h"
 #include "request-pipeline.h"
+#include "roomlist-manager.h"
 #include "roster.h"
 #include "private-tubes-factory.h"
 #include "util.h"
@@ -215,9 +215,6 @@ _gabble_connection_create_channel_factories (TpBaseConnection *conn)
         "connection", self,
         NULL));
 
-  self->private_tubes_factory = gabble_private_tubes_factory_new (self);
-  g_ptr_array_add (self->channel_managers, self->private_tubes_factory);
-
   return channel_factories;
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list