[Telepathy-commits] [telepathy-gabble/master] tube-dbus: pass object argument to gabble_bytestream_factory_negotiate_stream

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Feb 23 07:20:48 PST 2009


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

diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index babf922..df3f285 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1229,7 +1229,7 @@ gabble_tube_dbus_offer (GabbleTubeDBus *tube,
       tube->priv->offered = TRUE;
       result = gabble_bytestream_factory_negotiate_stream (
           priv->conn->bytestream_factory, msg, priv->stream_id,
-          bytestream_negotiate_cb, tube, error);
+          bytestream_negotiate_cb, tube, G_OBJECT (tube), error);
 
       /* We don't create the bytestream of private D-Bus tube yet.
        * It will be when we'll receive the answer of the SI request */
-- 
1.5.6.5




More information about the telepathy-commits mailing list