[Telepathy-commits] [telepathy-gabble/master] GabbleConnection: Comment that a 0 handle when requesting capabilities is obsolete

Sjoerd Simons sjoerd at luon.net
Thu Aug 14 10:29:47 PDT 2008


20080814172947-93b9a-640ebd91b89ce390a18b3fa016ff7ba09ed9d0b0.gz
---
 src/connection.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 8ecb582..58c4a34 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -2240,8 +2240,7 @@ gabble_connection_get_handle_capabilities (GabbleConnection *self,
 
   if (0 == handle)
     {
-      /* FIXME report the magical channel types available on the
-       * connection itself */
+      /* obsolete request for the connection's capabilities, do nothing */
       return;
     }
 
-- 
1.5.6.3



More information about the Telepathy-commits mailing list