gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19222 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r19222 - gnunet-gtk/src/fs
Date: Wed, 18 Jan 2012 09:23:31 +0100

Author: grothoff
Date: 2012-01-18 09:23:31 +0100 (Wed, 18 Jan 2012)
New Revision: 19222

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
   gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
Log:
-remove old fixmes

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-edit_publish_dialog.c       2012-01-18 
00:03:38 UTC (rev 19221)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-edit_publish_dialog.c       2012-01-18 
08:23:31 UTC (rev 19222)
@@ -402,7 +402,6 @@
   guint nformat;
   int keep;
 
-  /* FIXME: make sure this is all correct UTF-8-wise */
   keep = GNUNET_NO;
   switch (format)
   {
@@ -572,7 +571,6 @@
       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 */
 }
 

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-18 00:03:38 UTC 
(rev 19221)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-18 08:23:31 UTC 
(rev 19222)
@@ -193,14 +193,6 @@
   }
   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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]