From 2743f8edc3b22deb7a5cd34760faef137fbf4fdc Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 16 Apr 2011 23:41:56 +0000 Subject: updating a torrents file or trackers doesn't make it recently active, so these changes could get missed if doing active only updates. for these: send the torrent id as the request tag, which Transmission passes back, then we request an update just for that torrent. --- src/trg-files-model.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/trg-files-model.c') diff --git a/src/trg-files-model.c b/src/trg-files-model.c index 0327962..7da053f 100644 --- a/src/trg-files-model.c +++ b/src/trg-files-model.c @@ -111,8 +111,7 @@ static void trg_files_model_init(TrgFilesModel * self) gboolean trg_files_model_update_foreach(GtkListStore * model, GtkTreePath * path G_GNUC_UNUSED, - GtkTreeIter * iter, - GList *files) + GtkTreeIter * iter, GList * files) { TrgFilesModelPrivate *priv = TRG_FILES_MODEL_GET_PRIVATE(model); JsonObject *file; -- cgit v1.2.3