summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-28 05:44:23 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-28 05:44:23 +0000
commite8af329f4613411e67a0b6e6dea9445b6d001de5 (patch)
tree12c139caca9353c06c4daf1d29b9841dc47871e4 /src/trg-main-window.c
parentf1d1f33f6ba6bb2fc38293dd957c0069611b29de (diff)
avoid some unnecessary filter updates
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 5461fb3..58f7505 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1298,7 +1298,7 @@ void trg_main_window_reload_dir_aliases(TrgMainWindow * win)
trg_torrent_model_reload_dir_aliases(priv->client,
GTK_TREE_MODEL
(priv->torrentModel));
- trg_state_selector_update(priv->stateSelector);
+ trg_state_selector_update(priv->stateSelector, TORRENT_UPDATE_ADDREMOVE);
}
static TrgTorrentTreeView