gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18777 - gnunet-gtk/src/fs
Date: Fri, 23 Dec 2011 16:37:34 +0100

Author: grothoff
Date: 2011-12-23 16:37:34 +0100 (Fri, 23 Dec 2011)
New Revision: 18777

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c
Log:
-fix uninitialized replication level, note about adding it to GUI

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c  2011-12-23 
15:35:39 UTC (rev 18776)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c  2011-12-23 
15:37:34 UTC (rev 18777)
@@ -1394,6 +1394,7 @@
     bo.content_priority = gtk_spin_button_get_value (GTK_SPIN_BUTTON (
         gtk_builder_get_object (builder,
         "GNUNET_GTK_publish_directory_dialog_priority_spin_button")));
+    bo.replication_level = 0; /* FIXME: replication level in GUI? */
     bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb);
     do_index = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (
         gtk_builder_get_object (builder,




reply via email to

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