aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r--src/plugins/fs/search.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c
index e4b7bc5e..533baaf6 100644
--- a/src/plugins/fs/search.c
+++ b/src/plugins/fs/search.c
@@ -677,8 +677,8 @@ static void stopSearch(GtkTreeModel * model,
677/** 677/**
678 * The stop button in the search summary was clicked. 678 * The stop button in the search summary was clicked.
679 */ 679 */
680void on_closeSearchSummaryButton_clicked_fs(GtkWidget * closeButton, 680void on_closeSearchSummaryButton_clicked_fs(GtkWidget * treeview,
681 GtkWidget * treeview) { 681 GtkWidget * closeButton) {
682 GtkTreeSelection * selection; 682 GtkTreeSelection * selection;
683 683
684 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview)); 684 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview));
@@ -711,8 +711,8 @@ static void abortSearch(GtkTreeModel * model,
711/** 711/**
712 * The abort button in the search summary was clicked. 712 * The abort button in the search summary was clicked.
713 */ 713 */
714void on_abortSearchSummaryButton_clicked_fs(GtkWidget * closeButton, 714void on_abortSearchSummaryButton_clicked_fs(GtkWidget * treeview,
715 GtkWidget * treeview) { 715 GtkWidget * closeButton) {
716 GtkTreeSelection * selection; 716 GtkTreeSelection * selection;
717 717
718 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview)); 718 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview));