gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12903 - gnunet-gtk/src
Date: Tue, 7 Sep 2010 16:06:33 +0200

Author: grothoff
Date: 2010-09-07 16:06:32 +0200 (Tue, 07 Sep 2010)
New Revision: 12903

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 13:57:39 UTC (rev 
12902)
+++ gnunet-gtk/src/main_window_file_publish.c   2010-09-07 14:06:32 UTC (rev 
12903)
@@ -1246,8 +1246,8 @@
                                         4, NULL,
                                         5, "",
                                         6, "",
-                                        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);  
     }  
 }
@@ -1286,8 +1286,8 @@
                                     4, NULL /* meta */,
                                     5, NULL /* next-ID */,
                                     6, NULL /* last-description */,
-                                    7, TRUE /* current editable */,
-                                    8, TRUE /* update editable */,
+                                    7, TRUE /* update editable */,
+                                    8, TRUE /* current editable */,
                                     -1);  
   uc.seen = GNUNET_CONTAINER_multihashmap_create (128);
   GNUNET_FS_namespace_list_updateable (uc.ns, NULL,




reply via email to

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