From 9c5ba0f5d1152b32e96c16f28418aed5da648889 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 Jan 2012 08:23:31 +0000 Subject: -remove old fixmes --- src/fs/gnunet-fs-gtk-edit_publish_dialog.c | 2 -- src/fs/gnunet-fs-gtk-event_handler.c | 8 -------- 2 files changed, 10 deletions(-) diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c index ea3cc6b5..d787bff8 100644 --- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c +++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c @@ -402,7 +402,6 @@ preserve_meta_items (void *cls, const char *plugin_name, guint nformat; int keep; - /* FIXME: make sure this is all correct UTF-8-wise */ keep = GNUNET_NO; switch (format) { @@ -572,7 +571,6 @@ file_information_update (void *cls, struct GNUNET_FS_FileInformation *fi, GNUNET_CONTAINER_meta_data_get_first_by_types (meta, EXTRACTOR_METATYPE_FILENAME, -1); - /* FIXME: update expiration time? (not yet in dialog!) */ return GNUNET_SYSERR; /* only visit top-level item */ } diff --git a/src/fs/gnunet-fs-gtk-event_handler.c b/src/fs/gnunet-fs-gtk-event_handler.c index 11a73be4..c077bcf4 100644 --- a/src/fs/gnunet-fs-gtk-event_handler.c +++ b/src/fs/gnunet-fs-gtk-event_handler.c @@ -193,14 +193,6 @@ search_list_popup (GtkTreeView *tv, struct SearchTab *tab, GdkEventButton *event } gtk_tree_model_get (tm, &iter, 1, &uri, 9, &sr, -1); - /* - * FIXME: have additional options, depending on status: - * - view full meta data (in new window) - * - copy URI to clipboard - * - start recursive download - * - abort active download (!) - * => need to know download status before creating menu! - */ menu = GTK_MENU (gtk_menu_new ()); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Creating a menu for SR=%p, DE=%p\n", sr, sr->download); -- cgit v1.2.3