aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-18 08:23:31 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-18 08:23:31 +0000
commit9c5ba0f5d1152b32e96c16f28418aed5da648889 (patch)
treea1bd55e4d5d3162e69f8f37528bac8a391d76cdd
parenteaea9009834cc2b421c1b654c2500e709cf18dad (diff)
downloadgnunet-gtk-9c5ba0f5d1152b32e96c16f28418aed5da648889.tar.gz
gnunet-gtk-9c5ba0f5d1152b32e96c16f28418aed5da648889.zip
-remove old fixmes
-rw-r--r--src/fs/gnunet-fs-gtk-edit_publish_dialog.c2
-rw-r--r--src/fs/gnunet-fs-gtk-event_handler.c8
2 files changed, 0 insertions, 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,
402 guint nformat; 402 guint nformat;
403 int keep; 403 int keep;
404 404
405 /* FIXME: make sure this is all correct UTF-8-wise */
406 keep = GNUNET_NO; 405 keep = GNUNET_NO;
407 switch (format) 406 switch (format)
408 { 407 {
@@ -572,7 +571,6 @@ file_information_update (void *cls, struct GNUNET_FS_FileInformation *fi,
572 GNUNET_CONTAINER_meta_data_get_first_by_types (meta, 571 GNUNET_CONTAINER_meta_data_get_first_by_types (meta,
573 EXTRACTOR_METATYPE_FILENAME, 572 EXTRACTOR_METATYPE_FILENAME,
574 -1); 573 -1);
575 /* FIXME: update expiration time? (not yet in dialog!) */
576 return GNUNET_SYSERR; /* only visit top-level item */ 574 return GNUNET_SYSERR; /* only visit top-level item */
577} 575}
578 576
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
193 } 193 }
194 gtk_tree_model_get (tm, &iter, 1, &uri, 9, &sr, -1); 194 gtk_tree_model_get (tm, &iter, 1, &uri, 9, &sr, -1);
195 195
196 /*
197 * FIXME: have additional options, depending on status:
198 * - view full meta data (in new window)
199 * - copy URI to clipboard
200 * - start recursive download
201 * - abort active download (!)
202 * => need to know download status before creating menu!
203 */
204 menu = GTK_MENU (gtk_menu_new ()); 196 menu = GTK_MENU (gtk_menu_new ());
205 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 197 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
206 "Creating a menu for SR=%p, DE=%p\n", sr, sr->download); 198 "Creating a menu for SR=%p, DE=%p\n", sr, sr->download);