summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-model.c')
-rw-r--r--src/trg-torrent-model.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c
index d12143a..4db2bdb 100644
--- a/src/trg-torrent-model.c
+++ b/src/trg-torrent-model.c
@@ -294,8 +294,7 @@ trg_torrent_model_reload_dir_aliases_foreachfunc(GtkTreeModel * model,
shorten_download_dir((TrgClient *) gdata, downloadDir);
gtk_list_store_set(GTK_LIST_STORE(model), iter,
- TORRENT_COLUMN_DOWNLOADDIR_SHORT, shortDownloadDir,
- 1);
+ TORRENT_COLUMN_DOWNLOADDIR_SHORT, shortDownloadDir, -1);
g_free(downloadDir);
g_free(shortDownloadDir);