aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-chat.c')
-rw-r--r--libempathy/empathy-tp-chat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 1df1cf8a9..8327c4f26 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -921,9 +921,9 @@ tp_chat_group_members_changed_cb (TpChannel *self,
if (actor != 0) {
actor_contact = chat_lookup_contact (chat, actor, FALSE);
if (actor_contact == NULL) {
- /* TODO: handle this a tad more gracefully: perhaps the
- * actor was a server op. We could use the contact-ids
- * detail of MembersChangedDetailed.
+ /* FIXME: handle this a tad more gracefully: perhaps
+ * the actor was a server op. We could use the
+ * contact-ids detail of MembersChangedDetailed.
*/
DEBUG ("actor %u not a channel member", actor);
}