[empathy: 9/11] Style: use FIXME not TODO
- From: Will Thompson <wjt src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 9/11] Style: use FIXME not TODO
- Date: Wed, 1 Jul 2009 22:48:56 +0000 (UTC)
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]