aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/fs.c')
-rw-r--r--src/plugins/fs/fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c
index 198837bb..c3aa10ed 100644
--- a/src/plugins/fs/fs.c
+++ b/src/plugins/fs/fs.c
@@ -369,6 +369,7 @@ fs_summary_start ()
369 G_TYPE_STRING, /* human readable size */ 369 G_TYPE_STRING, /* human readable size */
370 G_TYPE_INT, /* progress */ 370 G_TYPE_INT, /* progress */
371 G_TYPE_STRING, /* uri as string */ 371 G_TYPE_STRING, /* uri as string */
372 G_TYPE_POINTER, /* meta data */
372 G_TYPE_POINTER); /* internal download list ptr */ 373 G_TYPE_POINTER); /* internal download list ptr */
373 gtk_tree_view_set_model (downloadList, GTK_TREE_MODEL (download_summary)); 374 gtk_tree_view_set_model (downloadList, GTK_TREE_MODEL (download_summary));
374 gtk_tree_selection_set_mode (gtk_tree_view_get_selection (downloadList), 375 gtk_tree_selection_set_mode (gtk_tree_view_get_selection (downloadList),