aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/fs/Makefile.am2
-rw-r--r--src/plugins/fs/search.c8
-rw-r--r--src/plugins/stats/Makefile.am3
3 files changed, 7 insertions, 6 deletions
diff --git a/src/plugins/fs/Makefile.am b/src/plugins/fs/Makefile.am
index 52d85aa7..ef90fbd2 100644
--- a/src/plugins/fs/Makefile.am
+++ b/src/plugins/fs/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = \
5 @GNUNETGTK_CFLAGS@ 5 @GNUNETGTK_CFLAGS@
6 6
7plugindir = $(libdir)/GNUnet 7plugindir = $(libdir)/GNUnet
8 8
9plugin_LTLIBRARIES = \ 9plugin_LTLIBRARIES = \
10 libgnunetgtkmodule_fs.la 10 libgnunetgtkmodule_fs.la
11 11
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));
diff --git a/src/plugins/stats/Makefile.am b/src/plugins/stats/Makefile.am
index dd32276a..ecd8bf0b 100644
--- a/src/plugins/stats/Makefile.am
+++ b/src/plugins/stats/Makefile.am
@@ -13,9 +13,10 @@ libgnunetgtkmodule_stats_la_SOURCES = \
13 functions.c functions.h \ 13 functions.c functions.h \
14 statistics.c 14 statistics.c
15libgnunetgtkmodule_stats_la_LIBADD = \ 15libgnunetgtkmodule_stats_la_LIBADD = \
16 @GTK_LIBS@ @GNUNETGTK_LIBS@ \ 16 @GTK_LIBS@ @GNUNETGTK_LIBS@ \
17 $(top_builddir)/src/common/libgnunetgtk_common.la \ 17 $(top_builddir)/src/common/libgnunetgtk_common.la \
18 -lgnunetutil \ 18 -lgnunetutil \
19 -lgnunetutil_cron \
19 -lgnunetgetoption_api \ 20 -lgnunetgetoption_api \
20 -lgnunetstats_api 21 -lgnunetstats_api
21libgnunetgtkmodule_stats_la_LDFLAGS = \ 22libgnunetgtkmodule_stats_la_LDFLAGS = \