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.c8
1 files changed, 6 insertions, 2 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 8c4be512..e5efd423 100644
--- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c
+++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
@@ -1365,11 +1365,15 @@ GNUNET_GTK_publish_directory_dialog_response_cb (GtkDialog * dialog,
1365 &bo.anonymity_level)) 1365 &bo.anonymity_level))
1366 bo.anonymity_level = 1; 1366 bo.anonymity_level = 1;
1367 bo.content_priority = 1367 bo.content_priority =
1368 gtk_spin_button_get_value (GTK_SPIN_BUTTON 1368 gtk_spin_button_get_value (GTK_SPIN_BUTTON
1369 (gtk_builder_get_object 1369 (gtk_builder_get_object
1370 (builder, 1370 (builder,
1371 "GNUNET_GTK_publish_directory_dialog_priority_spin_button"))); 1371 "GNUNET_GTK_publish_directory_dialog_priority_spin_button")));
1372 bo.replication_level = 0; /* FIXME: replication level in GUI? */ 1372 bo.replication_level =
1373 gtk_spin_button_get_value (GTK_SPIN_BUTTON
1374 (gtk_builder_get_object
1375 (builder,
1376 "GNUNET_GTK_publish_directory_dialog_replication_spin_button")));
1373 bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb); 1377 bo.expiration_time = GNUNET_FS_GTK_get_expiration_time (sb);
1374 do_index = 1378 do_index =
1375 gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 1379 gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON