aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-06-19 04:26:50 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2009-06-19 17:04:41 +0800
commita0813b0a5b90e959994f0f6f029af30364ddd258 (patch)
tree5cdbc479882b709d40535bb7d802c036ca5598ac
parent367084af410d31a3fa8a9f040dd70ba5238816f4 (diff)
downloadgsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.tar
gsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.tar.gz
gsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.tar.bz2
gsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.tar.lz
gsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.tar.xz
gsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.tar.zst
gsoc2013-empathy-a0813b0a5b90e959994f0f6f029af30364ddd258.zip
Style: use FIXME not TODO
-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);
}