From 483d722a96ea54648381744695a9d1e884225d93 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 11 Nov 2008 15:26:47 +0000 Subject: Coding style: use FIXME rather than TODO. svn path=/trunk/; revision=1688 --- libempathy-gtk/empathy-avatar-chooser.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index 4c1742b13..6dda29971 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -411,10 +411,10 @@ avatar_chooser_convert (EmpathyAvatarChooser *chooser, converted_image_size, new_mime_type, NULL); if (max_size > 0 && converted_avatar->len > max_size) { - /* TODO: We could try converting to a different format; in - * particular, try converting to jpeg with increasingly - * high compression (if jpeg is supported). Not sure how - * much we care. + /* FIXME: We could try converting to a different format; in + * particular, try converting to jpeg with increasingly + * high compression (if jpeg is supported). Not sure how + * much we care. */ DEBUG ("Converted the image, but the new filesize is too big"); @@ -899,7 +899,7 @@ empathy_avatar_chooser_new (EmpathyContactFactory *contact_factory) NULL); } -/* TODO: when the avatar passed to this function actually can be relied upon to +/* FIXME: when the avatar passed to this function actually can be relied upon to * contain a mime type, we can probably just ref it and store it. */ void -- cgit v1.2.3