[Telepathy-commits] [telepathy-gabble/master] improve FIXME comments
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Feb 3 03:01:47 PST 2009
---
src/tube-dbus.c | 3 ++-
src/tubes-channel.c | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 5d367c3..c20c588 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);
diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index 36e2859..d0edfd4 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -553,8 +553,8 @@ create_new_tube (GabbleTubesChannel *self,
if (state == GABBLE_TUBE_CHANNEL_STATE_OPEN)
{
- /* FIXME: we should remove that once D-Bus tube have been ported to new
- * API */
+ /* FIXME: we should remove that once muc D-Bus tube have been ported to
+ * new API */
update_tubes_presence (self);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list