summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-01-26 15:00:47 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-03 10:07:22 +0000
commit08e56c2354d5259fffc636034fd2c443b04f8648 (patch)
tree84b3e5e22d42d816f378a8c0de3f8fc58f4dfef1 /src/tube-dbus.c
parenta1d28255d053880c6a921bf74299fcc2b5107dd8 (diff)
tube-dbus: add TODO
Diffstat (limited to 'src/tube-dbus.c')
-rw-r--r--src/tube-dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 0d76f16ba..248003a87 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -415,6 +415,7 @@ 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 */
if (!create_dbus_server (self, NULL))
do_close (self);