summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-31 20:37:13 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-31 20:37:13 +0000
commit6b84bc3968c7b09a7eb180a5c73d4cf3f646d759 (patch)
treee3ec48f9a740744d7c32d4f22165fecc821baec0 /src/trg-torrent-model.c
parente8af329f4613411e67a0b6e6dea9445b6d001de5 (diff)
revert the last change until i have time to fix a few issues
Diffstat (limited to 'src/trg-torrent-model.c')
-rw-r--r--src/trg-torrent-model.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c
index f9231e8..e46b876 100644
--- a/src/trg-torrent-model.c
+++ b/src/trg-torrent-model.c
@@ -249,7 +249,6 @@ static gboolean trg_torrent_model_reload_dir_aliases_foreachfunc(
void trg_torrent_model_reload_dir_aliases(TrgClient * tc, GtkTreeModel * model) {
gtk_tree_model_foreach(model,
trg_torrent_model_reload_dir_aliases_foreachfunc, tc);
- g_signal_emit(model, signals[TMODEL_STATE_CHANGED], 0, TORRENT_UPDATE_PATH_CHANGE);
}
static gboolean trg_torrent_model_stats_scan_foreachfunc(GtkTreeModel * model,