gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9854 - gnunet-gtk/src/plugins/fs


From: gnunet
Subject: [GNUnet-SVN] r9854 - gnunet-gtk/src/plugins/fs
Date: Mon, 21 Dec 2009 21:54:20 +0100

Author: nevans
Date: 2009-12-21 21:54:20 +0100 (Mon, 21 Dec 2009)
New Revision: 9854

Modified:
   gnunet-gtk/src/plugins/fs/download.c
Log:
allow loc uri's for download

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2009-12-21 19:50:23 UTC (rev 
9853)
+++ gnunet-gtk/src/plugins/fs/download.c        2009-12-21 20:54:20 UTC (rev 
9854)
@@ -453,7 +453,7 @@
                         DOWNLOAD_META_DATA, &meta,
                         -1);
       if (meta != NULL)
-       GNUNET_meta_data_destroy(meta);          
+       GNUNET_meta_data_destroy(meta);
       gtk_tree_store_remove (download_summary, &iter);
     }
   GNUNET_free (list->filename);
@@ -483,7 +483,7 @@
            {
              do
                {
-                 gtk_tree_store_set (list->searchList->tree, 
+                 gtk_tree_store_set (list->searchList->tree,
                                      &citer, SEARCH_INTERNAL_PARENT, NULL, -1);
                }
              while (gtk_tree_model_iter_next (model, &citer));
@@ -545,7 +545,7 @@
           if (name != NULL)
             free (name);
           if (GNUNET_SYSERR == check_pending (filename, &iter))
-           return GNUNET_SYSERR;           
+           return GNUNET_SYSERR;
         }
       while (gtk_tree_model_iter_next (model, &iter));
     }
@@ -839,13 +839,13 @@
       GNUNET_ECRS_uri_destroy (sdc.idc_uri);
       return;
     }
-  else if (GNUNET_ECRS_uri_test_loc (sdc.idc_uri))
+/*  else if (GNUNET_ECRS_uri_test_loc (sdc.idc_uri))
     {
       GNUNET_GTK_add_log_entry (_("Location URIs are not yet supported"));
       GNUNET_free (urid);
       GNUNET_ECRS_uri_destroy (sdc.idc_uri);
       return;
-    }
+    } */
   GNUNET_GC_get_configuration_value_filename (cfg,
                                               "FS",
                                               "INCOMINGDIR",
@@ -975,7 +975,7 @@
   GNUNET_GE_ASSERT (ectx,
                    model == GTK_TREE_MODEL (download_summary));
   gtk_tree_model_get (model,
-                     iter, 
+                     iter,
                      DOWNLOAD_META_DATA, &meta,
                      DOWNLOAD_SHORTNAME, &name,
                      -1);





reply via email to

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