summaryrefslogtreecommitdiff
path: root/src/trg-torrent-tree-view.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-08 14:48:37 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-08 14:48:37 +0000
commit2666ffa57e07af60aea441257d1bb0f78368e231 (patch)
tree3b1c0a65f5c3ca82095d5a44b44e03f6772c143f /src/trg-torrent-tree-view.c
parent7383e38379586e4d2f85a8f2906b14e19501860b (diff)
add profiles to menu. disable downloading metadata stuff until I find a better way to detect/handle magnet torrents.
Diffstat (limited to 'src/trg-torrent-tree-view.c')
-rw-r--r--src/trg-torrent-tree-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-torrent-tree-view.c b/src/trg-torrent-tree-view.c
index 6dd65d5..895b386 100644
--- a/src/trg-torrent-tree-view.c
+++ b/src/trg-torrent-tree-view.c
@@ -156,6 +156,7 @@ JsonArray *build_json_id_array(TrgTorrentTreeView * tv)
(GtkTreeSelectionForeachFunc)
trg_torrent_model_get_json_id_array_foreach,
ids);
+
return ids;
}