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.c6
1 files changed, 5 insertions, 1 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 e5efd423..e8b94fd8 100644
--- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c
+++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
@@ -1814,7 +1814,11 @@ GNUNET_GTK_publish_file_dialog_response_cb (GtkDialog * dialog,
1814 (builder, 1814 (builder,
1815 "GNUNET_GTK_publish_file_dialog_priority_spin_button"))); 1815 "GNUNET_GTK_publish_file_dialog_priority_spin_button")));
1816 bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb); 1816 bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb);
1817 bo.replication_level = 1; /* FIXME... */ 1817 bo.replication_level =
1818 gtk_spin_button_get_value (GTK_SPIN_BUTTON
1819 (gtk_builder_get_object
1820 (builder,
1821 "GNUNET_GTK_publish_file_dialog_replication_spin_button")));
1818 do_index = 1822 do_index =
1819 gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 1823 gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON
1820 (gtk_builder_get_object 1824 (gtk_builder_get_object