aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 22:29:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 22:29:14 +0000
commitf48cc02d8b7f49729bab01e63b3549aa41012936 (patch)
treeed11f6c9d04b4e3f81a24e4b267bdeb0c8969494
parent630352e11c699267e173b1f4f8aba299523f7925 (diff)
downloadgnunet-gtk-f48cc02d8b7f49729bab01e63b3549aa41012936.tar.gz
gnunet-gtk-f48cc02d8b7f49729bab01e63b3549aa41012936.zip
-update fi as well for replication level changes
-rw-r--r--src/fs/gnunet-fs-gtk-edit_publish_dialog.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
index a2f537cd..158639f8 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
+++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
@@ -698,6 +698,11 @@ file_information_update (void *cls, struct GNUNET_FS_FileInformation *fi,
698 (gtk_builder_get_object 698 (gtk_builder_get_object
699 (builder, 699 (builder,
700 "GNUNET_GTK_edit_publication_priority_spin_button"))); 700 "GNUNET_GTK_edit_publication_priority_spin_button")));
701 bo->replication_level =
702 gtk_spin_button_get_value (GTK_SPIN_BUTTON
703 (gtk_builder_get_object
704 (builder,
705 "GNUNET_GTK_edit_publication_replication_spin_button")));
701 *do_index = 706 *do_index =
702 gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 707 gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON
703 (gtk_builder_get_object 708 (gtk_builder_get_object