summaryrefslogtreecommitdiff
path: root/src/trg-torrent-tree-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-tree-view.c')
-rw-r--r--src/trg-torrent-tree-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-torrent-tree-view.c b/src/trg-torrent-tree-view.c
index 87208a2..8eba1bf 100644
--- a/src/trg-torrent-tree-view.c
+++ b/src/trg-torrent-tree-view.c
@@ -169,6 +169,8 @@ static void setup_classic_layout(TrgTorrentTreeView *tv)
GtkTreeViewColumn *column = gtk_tree_view_column_new_with_attributes("",
renderer,
"status", TORRENT_COLUMN_FLAGS,
+ "error", TORRENT_COLUMN_ERROR,
+ "fileCount", TORRENT_COLUMN_FILECOUNT,
"ratio", TORRENT_COLUMN_RATIO,
"downloaded", TORRENT_COLUMN_DOWNLOADED,
"sizeWhenDone", TORRENT_COLUMN_SIZEWHENDONE,