summaryrefslogtreecommitdiff
path: root/src/trg-state-selector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-state-selector.c')
-rw-r--r--src/trg-state-selector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-state-selector.c b/src/trg-state-selector.c
index 74de7a5..41a552f 100644
--- a/src/trg-state-selector.c
+++ b/src/trg-state-selector.c
@@ -306,7 +306,7 @@ void trg_state_selector_update(TrgStateSelector * s) {
if (priv->showDirs) {
gchar *dir;
- gtk_tree_model_get(torrentModel, &torrentIter, TORRENT_COLUMN_DOWNLOADDIR,
+ gtk_tree_model_get(torrentModel, &torrentIter, TORRENT_COLUMN_DOWNLOADDIR_SHORT,
&dir, -1);
result = g_hash_table_lookup(priv->directories, dir);