aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r--src/plugins/fs/download.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index 2e645738..dc7e2ae4 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -374,8 +374,8 @@ static void initiateDownload(GtkTreeModel * model,
374 DEBUG_END(); 374 DEBUG_END();
375} 375}
376 376
377void on_downloadButton_clicked(GtkWidget * treeview, 377void on_downloadButton_clicked_fs(GtkWidget * treeview,
378 GtkWidget * downloadButton) { 378 GtkWidget * downloadButton) {
379 GtkTreeSelection * selection; 379 GtkTreeSelection * selection;
380 380
381 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview)); 381 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview));
@@ -386,8 +386,8 @@ void on_downloadButton_clicked(GtkWidget * treeview,
386} 386}
387 387
388 388
389void on_statusDownloadURIEntry_editing_done(GtkWidget * entry, 389void on_statusDownloadURIEntry_editing_done_fs(GtkWidget * entry,
390 GtkWidget * downloadButton) { 390 GtkWidget * downloadButton) {
391 InitiateDownloadCls idc; 391 InitiateDownloadCls idc;
392 const char * uris; 392 const char * uris;
393 char * urid; 393 char * urid;
@@ -678,8 +678,8 @@ static void abortDownloadCallback(GtkTreeModel * model,
678 ECRS_freeUri(u); 678 ECRS_freeUri(u);
679} 679}
680 680
681void on_abortDownloadButton_clicked(void * unused, 681void on_abortDownloadButton_clicked_fs(void * unused,
682 GtkWidget * clearButton) { 682 GtkWidget * clearButton) {
683 GtkTreeSelection * selection; 683 GtkTreeSelection * selection;
684 GtkWidget * downloadList; 684 GtkWidget * downloadList;
685 685