diff options
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
2 files changed, 2 insertions, 2 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 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)); |