]> git.0d.be Git - empathy.git/commitdiff
Style: use FIXME not TODO
authorWill Thompson <will.thompson@collabora.co.uk>
Thu, 18 Jun 2009 20:26:50 +0000 (21:26 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Fri, 19 Jun 2009 09:04:41 +0000 (10:04 +0100)
libempathy/empathy-tp-chat.c

index 1df1cf8a9a3a39485c1d3e31d1c3ca4a0605cac9..8327c4f26160c0c6bdfe749311f8f50c40fbb626 100644 (file)
@@ -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);
                }