[Telepathy-commits] [telepathy-gabble/master] muc_factory_presence_cb: use tp_channel_manager_emit_new_channel directly instead of gabble_muc_factory_emit_new_channel as the text channel was already announced as ready so there is no pending queued requests associated with it

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Jan 12 08:34:30 PST 2009


---
 src/muc-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/muc-factory.c b/src/muc-factory.c
index d5c7756..2bed685 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -970,8 +970,8 @@ muc_factory_presence_cb (LmMessageHandler *handler,
            * have a well-defined initiator (they're a consensus) so use 0 */
           tubes_chan = new_tubes_channel (fac, room_handle, muc_chan,
               0);
-          gabble_muc_factory_emit_new_channel (fac,
-              TP_EXPORTABLE_CHANNEL (tubes_chan));
+          tp_channel_manager_emit_new_channel (fac,
+              TP_EXPORTABLE_CHANNEL (tubes_chan), NULL);
         }
 
       handle = tp_handle_ensure (contact_repo, from,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list