From ceed760d73e4ec82c8bd6f9a99a93ce184968b23 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 22 Nov 2011 14:55:34 +0000 Subject: issue 66 - make paths under the default download dir appear as relative. add a example action script for downloading to local. --- src/trg-state-selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-state-selector.c') 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); -- cgit v1.2.3