diff options
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r-- | src/plugins/fs/download.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c index d7ac628e..0ba02840 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -740,6 +740,10 @@ void on_stopDownloadButton_clicked_fs(void * unused, | |||
740 | ggc_tree_selection_selected_foreach | 740 | ggc_tree_selection_selected_foreach |
741 | (selection, | 741 | (selection, |
742 | &fsuiCallDownloadCallback, | 742 | &fsuiCallDownloadCallback, |
743 | &FSUI_abortDownload); | ||
744 | ggc_tree_selection_selected_foreach | ||
745 | (selection, | ||
746 | &fsuiCallDownloadCallback, | ||
743 | &FSUI_stopDownload); | 747 | &FSUI_stopDownload); |
744 | } | 748 | } |
745 | 749 | ||