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, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-tree-view.c b/src/trg-torrent-tree-view.c
index 74bce98..6dd65d5 100644
--- a/src/trg-torrent-tree-view.c
+++ b/src/trg-torrent-tree-view.c
@@ -40,7 +40,7 @@ static void trg_torrent_tree_view_init(TrgTorrentTreeView * tttv)
trg_column_description *desc;
desc =
- trg_tree_view_reg_column(ttv, TRG_COLTYPE_ICONTEXT,
+ trg_tree_view_reg_column(ttv, TRG_COLTYPE_STOCKICONTEXT,
TORRENT_COLUMN_NAME, _("Name"), "name",
0);
desc->model_column_icon = TORRENT_COLUMN_ICON;