diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2012-09-05 21:31:09 +0100 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2012-09-05 21:31:09 +0100 |
commit | 2ea0060356f8619228cec88155e44986bc573c46 (patch) | |
tree | 6e23f653a9b8f89a841194d23b9593be425cc27a | |
parent | 6cd5bf14b8ea237ebddd48fea9819efa517ddaaf (diff) |
typo
-rw-r--r-- | src/trg-torrent-model.c | 3 |
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); |