diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:47 +0800 |
commit | 483d722a96ea54648381744695a9d1e884225d93 (patch) | |
tree | 3ccf291e001d844d3109440e4024c92de27e440d /libempathy-gtk/empathy-avatar-chooser.c | |
parent | a92d1805c5c53def8b45c09586729e9a08f8a868 (diff) | |
download | gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.tar gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.tar.gz gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.tar.bz2 gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.tar.lz gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.tar.xz gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.tar.zst gsoc2013-empathy-483d722a96ea54648381744695a9d1e884225d93.zip |
Coding style: use FIXME rather than TODO.
svn path=/trunk/; revision=1688
Diffstat (limited to 'libempathy-gtk/empathy-avatar-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-avatar-chooser.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 |