[Telepathy-commits] [telepathy-gabble/master] GabbleRosterChannel: remove FIXME comments, Sjoerd thinks the current implementation is fine

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:57 PDT 2008


20080725095058-53eee-ff9b1ae44c396a4186ecc92dbf3cd3ed25ec4b8e.gz
---
 src/roster-channel.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/roster-channel.c b/src/roster-channel.c
index 8423ec5..716e2e9 100644
--- a/src/roster-channel.c
+++ b/src/roster-channel.c
@@ -231,18 +231,12 @@ gabble_roster_channel_get_property (GObject    *object,
       g_value_set_boxed (value, gabble_roster_channel_interfaces);
       break;
     case PROP_INITIATOR_HANDLE:
-      /* FIXME: should be self-handle if we asked for it before it sprang into
-       * existence? */
       g_value_set_uint (value, 0);
       break;
     case PROP_INITIATOR_ID:
-      /* FIXME: should be self-JID if we asked for it before it sprang into
-       * existence? */
       g_value_set_static_string (value, "");
       break;
     case PROP_REQUESTED:
-      /* FIXME: should be TRUE if we asked for it before it sprang into
-       * existence? */
       g_value_set_boolean (value, FALSE);
       break;
     default:
-- 
1.5.6.3




More information about the Telepathy-commits mailing list