diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:24:24 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:24:24 +0000 |
commit | 419a14181150b9f9de0ad57f2aa23dd0f8a1dc1a (patch) | |
tree | 0aacf6dc9cdad07db755bb4eff7c77ddc3c4849e | |
parent | c4c3b30f42c9c5cfa195640b51cc02ed58adc074 (diff) | |
download | gnunet-gtk-419a14181150b9f9de0ad57f2aa23dd0f8a1dc1a.tar.gz gnunet-gtk-419a14181150b9f9de0ad57f2aa23dd0f8a1dc1a.zip |
-LRN: set short_fn back
-rw-r--r-- | src/fs/gnunet-fs-gtk-edit_publish_dialog.c | 1 |
1 files changed, 1 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 9106cde1..2c5310c9 100644 --- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c +++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c | |||
@@ -875,6 +875,7 @@ GNUNET_GTK_edit_publication_confirm_button_clicked_cb (GtkButton *button, gpoint | |||
875 | ctx.allow_no_keywords = state->allow_no_keywords; | 875 | ctx.allow_no_keywords = state->allow_no_keywords; |
876 | 876 | ||
877 | GNUNET_FS_file_information_inspect (state->fip, &file_information_update, &ctx); | 877 | GNUNET_FS_file_information_inspect (state->fip, &file_information_update, &ctx); |
878 | state->short_fn = ctx.short_fn; | ||
878 | if (!GNUNET_GTK_get_selected_anonymity_level (builder, | 879 | if (!GNUNET_GTK_get_selected_anonymity_level (builder, |
879 | "GNUNET_GTK_edit_publication_anonymity_combobox", | 880 | "GNUNET_GTK_edit_publication_anonymity_combobox", |
880 | &state->anonymity_level)) | 881 | &state->anonymity_level)) |