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-gtk/empathy-ui-utils.c | |
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-gtk/empathy-ui-utils.c')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index eae5b60f9..930dc3baf 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1491,7 +1491,7 @@ file_manager_send_file_response_cb (GtkDialog *widget, gtk_recent_manager_add_item (manager, uri); if (tp_file) ; - /* TODO: This should be unrefed, but + /* FIXME: This should be unrefed, but * it's not referenced anywhere else, * so the transfer just ends. Uncomment * this out when there is a file |