summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-03 11:01:47 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-03 11:01:47 +0000
commitf7268042119dd4e838ff0042c8e103553ebc78a9 (patch)
tree41bd737b91689c8b82b57c37ba9be5ebf0858f1f /src/tube-dbus.c
parent331b8d962778cabdfe17c8e4bcf1f9bb5f20bc99 (diff)
improve FIXME comments
Diffstat (limited to 'src/tube-dbus.c')
-rw-r--r--src/tube-dbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 5d367c3ad..c20c58870 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -415,7 +415,8 @@ tube_dbus_open (GabbleTubeDBus *self)
g_signal_connect (priv->bytestream, "data-received",
G_CALLBACK (data_received_cb), self);
- /* TODO: we should remove this call as the server should already exist */
+ /* TODO: we should remove this call once muc D-Bus tube new API are
+ * implemented as the server should already exist. */
if (!create_dbus_server (self, NULL))
do_close (self);