summaryrefslogtreecommitdiff
path: root/src/trg-files-tree-view.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 00:42:54 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 00:42:54 +0000
commit383b0b5f1dc33791d0650f53bc73e9581cc82ecd (patch)
tree81732ecf93aa6e48fe65749f20f9b11ac4659bb5 /src/trg-files-tree-view.c
parent0f9b27a717265d7a1dc5133576868e4b59b2874a (diff)
the information in the bottom left label seemed pretty redundant now that is all displayed in the filter panel. I think that space is better used just for something simple like Connected: where (what).
Diffstat (limited to 'src/trg-files-tree-view.c')
-rw-r--r--src/trg-files-tree-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trg-files-tree-view.c b/src/trg-files-tree-view.c
index 38c8521..598502e 100644
--- a/src/trg-files-tree-view.c
+++ b/src/trg-files-tree-view.c
@@ -112,7 +112,6 @@ static void send_updated_file_prefs(TrgFilesTreeView * tv)
req = torrent_set(targetIdArray);
args = node_get_arguments(req);
- request_set_tag(req, targetId);
gtk_tree_model_foreach(model, send_updated_file_prefs_foreachfunc,
args);