aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-23 15:37:34 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-23 15:37:34 +0000
commit6afbd416870720be49aaea9ac3fef7fcef44e39e (patch)
treef20b9fdffe12b3b6f4cc563a88371f9a237e3323
parentb0c3940ed93bf7d15f15ce6f2fd690f55dcc503c (diff)
downloadgnunet-gtk-6afbd416870720be49aaea9ac3fef7fcef44e39e.tar.gz
gnunet-gtk-6afbd416870720be49aaea9ac3fef7fcef44e39e.zip
-fix uninitialized replication level, note about adding it to GUI
-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,