diff options
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.c | 2 |
1 files changed, 1 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 9ec2a806..db349c95 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -687,7 +687,7 @@ master_publish_edit_publish_dialog_cb (gpointer cls, int do_index, | |||
687 | 6, (guint64) bo->expiration_time.abs_value, | 687 | 6, (guint64) bo->expiration_time.abs_value, |
688 | 7, (guint) bo->replication_level, | 688 | 7, (guint) bo->replication_level, |
689 | -1); | 689 | -1); |
690 | gtk_tree_model_get (cbargs->tm, &cbargs->iter, 5, &fi); | 690 | gtk_tree_model_get (cbargs->tm, &cbargs->iter, 5, &fi, -1); |
691 | GNUNET_FS_file_information_set_filename (fi, short_fn); | 691 | GNUNET_FS_file_information_set_filename (fi, short_fn); |
692 | } | 692 | } |
693 | GNUNET_free (cbargs); | 693 | GNUNET_free (cbargs); |