gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12909 - gnunet-gtk/src


From: gnunet
Subject: [GNUnet-SVN] r12909 - gnunet-gtk/src
Date: Tue, 7 Sep 2010 22:41:07 +0200

Author: grothoff
Date: 2010-09-07 22:41:07 +0200 (Tue, 07 Sep 2010)
New Revision: 12909

Modified:
   gnunet-gtk/src/main_window_file_publish.c
Log:
fix

Modified: gnunet-gtk/src/main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/main_window_file_publish.c   2010-09-07 20:28:45 UTC (rev 
12908)
+++ gnunet-gtk/src/main_window_file_publish.c   2010-09-07 20:41:07 UTC (rev 
12909)
@@ -1224,10 +1224,10 @@
                                     2, last_id,
                                     3, GNUNET_FS_uri_dup (last_uri),
                                     4, GNUNET_CONTAINER_meta_data_duplicate 
(last_meta),
-                                    5, next_id,
+                                    5, "",
                                     6, desc,
-                                    7, FALSE /* current not editable (only for 
top-level) */,
-                                    8, TRUE /* update editable (always) */,
+                                    7, TRUE /* update editable (always) */,
+                                    8, FALSE /* current not editable (only for 
top-level) */,
                                     -1);  
   GNUNET_free_non_null (desc);
   sc.parent = &iter;




reply via email to

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