summaryrefslogtreecommitdiff
path: root/src/trg-state-selector.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-22 14:55:34 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-22 14:55:34 +0000
commitceed760d73e4ec82c8bd6f9a99a93ce184968b23 (patch)
treee3d398a2d27f1b41f57d41ee54925e6512d7062b /src/trg-state-selector.c
parent57cb76cd8486a7cd4ca7de039dd874c6fe32ce94 (diff)
issue 66 - make paths under the default download dir appear as relative. add a example action script for downloading to local.
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);