aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-main_window_file_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r--src/fs/gnunet-fs-gtk-main_window_file_publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
index 4130e022..16298427 100644
--- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c
+++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
@@ -1394,6 +1394,7 @@ GNUNET_GTK_publish_directory_dialog_response_cb (GtkDialog *dialog,
1394 bo.content_priority = gtk_spin_button_get_value (GTK_SPIN_BUTTON ( 1394 bo.content_priority = gtk_spin_button_get_value (GTK_SPIN_BUTTON (
1395 gtk_builder_get_object (builder, 1395 gtk_builder_get_object (builder,
1396 "GNUNET_GTK_publish_directory_dialog_priority_spin_button"))); 1396 "GNUNET_GTK_publish_directory_dialog_priority_spin_button")));
1397 bo.replication_level = 0; /* FIXME: replication level in GUI? */
1397 bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb); 1398 bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb);
1398 do_index = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON ( 1399 do_index = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (
1399 gtk_builder_get_object (builder, 1400 gtk_builder_get_object (builder,