aboutsummaryrefslogtreecommitdiff
path: root/src/main_window_file_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_window_file_publish.c')
-rw-r--r--src/main_window_file_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_window_file_publish.c b/src/main_window_file_publish.c
index 3b360fb3..80c600d4 100644
--- a/src/main_window_file_publish.c
+++ b/src/main_window_file_publish.c
@@ -1112,7 +1112,7 @@ get_file_information (GtkTreeModel *tm,
1112 gtk_tree_model_get (tm, iter, 1112 gtk_tree_model_get (tm, iter,
1113 5, &fi, 1113 5, &fi,
1114 -1); 1114 -1);
1115 gtk_tree_model_set (tm, iter, 1115 gtk_tree_store_set (GTK_TREE_STORE (tm), iter,
1116 5, NULL, 1116 5, NULL,
1117 -1); 1117 -1);
1118 GNUNET_assert (fi != NULL); 1118 GNUNET_assert (fi != NULL);