diff options
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r-- | src/plugins/fs/download.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c index 953c59c6..8d2e0b20 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -427,7 +427,6 @@ void | |||
427 | fs_download_stopped (DownloadList * list) | 427 | fs_download_stopped (DownloadList * list) |
428 | { | 428 | { |
429 | GtkTreeIter iter; | 429 | GtkTreeIter iter; |
430 | GtkTreeIter piter; | ||
431 | GtkTreePath *path; | 430 | GtkTreePath *path; |
432 | DownloadList *prev; | 431 | DownloadList *prev; |
433 | GtkTreeModel *model; | 432 | GtkTreeModel *model; |
@@ -460,7 +459,7 @@ fs_download_stopped (DownloadList * list) | |||
460 | else | 459 | else |
461 | { | 460 | { |
462 | model = GTK_TREE_MODEL (list->searchList->tree); | 461 | model = GTK_TREE_MODEL (list->searchList->tree); |
463 | gtk_tree_model_get_iter (model, &piter, path); | 462 | gtk_tree_model_get_iter (model, &iter, path); |
464 | gtk_tree_path_free (path); | 463 | gtk_tree_path_free (path); |
465 | gtk_tree_store_set (list->searchList->tree, | 464 | gtk_tree_store_set (list->searchList->tree, |
466 | &iter, | 465 | &iter, |