diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:17:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:17:19 +0800 |
commit | 8694a647857514b394f5474b2665d2a1c4bc3979 (patch) | |
tree | d9eab5f52ff9b02a7e76197c44df06e315e4e785 /libempathy | |
parent | ccf82d6956ca277cdc70aa19472d1af3f5763451 (diff) | |
download | gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.tar gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.tar.gz gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.tar.bz2 gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.tar.lz gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.tar.xz gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.tar.zst gsoc2013-empathy-8694a647857514b394f5474b2665d2a1c4bc3979.zip |
Use FIXME instead of TODO in comments. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1792
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index a789fdc31..d7468a287 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -839,7 +839,7 @@ empathy_send_file (EmpathyContact *contact, handle, NULL); - /* TODO: this should go in CreateChannel in the new requests API */ + /* FIXME: this should go in CreateChannel in the new requests API */ g_value_init (&value, G_TYPE_STRING); g_value_set_string (&value, g_filename_display_basename (filename)); |