[empathy: 9/11] Style: use FIXME not TODO



commit a0813b0a5b90e959994f0f6f029af30364ddd258
Author: Will Thompson <will thompson collabora co uk>
Date:   Thu Jun 18 21:26:50 2009 +0100

    Style: use FIXME not TODO

 libempathy/empathy-tp-chat.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 1df1cf8..8327c4f 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);
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]