aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/upload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/upload.c')
-rw-r--r--src/plugins/fs/upload.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/upload.c b/src/plugins/fs/upload.c
index 9ef79e80..83c008d0 100644
--- a/src/plugins/fs/upload.c
+++ b/src/plugins/fs/upload.c
@@ -362,6 +362,8 @@ void fs_upload_start(struct GE_Context * e,
362 G_TYPE_STRING); /* URI (as string) - after completion */ 362 G_TYPE_STRING); /* URI (as string) - after completion */
363 gtk_tree_view_set_model(GTK_TREE_VIEW(uploadList), 363 gtk_tree_view_set_model(GTK_TREE_VIEW(uploadList),
364 GTK_TREE_MODEL(summary)); 364 GTK_TREE_MODEL(summary));
365 gtk_tree_selection_set_mode(gtk_tree_view_get_selection(GTK_TREE_VIEW(uploadList)),
366 GTK_SELECTION_MULTIPLE);
365 renderer = gtk_cell_renderer_progress_new(); 367 renderer = gtk_cell_renderer_progress_new();
366 col = gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(uploadList), 368 col = gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(uploadList),
367 -1, 369 -1,