aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/compare_stat.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-23 15:58:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-23 15:58:48 +0000
commit48e58dd48ff138644fd16bf240f2cb57b13ab14c (patch)
tree92e134a8820feec898c9361aff65f4ad7d6d0433 /gtk/compare_stat.c
parent1b8ffe1ac8ddbbd4d457c91a298cd457d8690434 (diff)
(Trivial/Cosmetic) Fix signatures of some signal callback functions;
Also:Add some missing G_CALLBACKs (even in commented out code) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33890 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/compare_stat.c')
-rw-r--r--gtk/compare_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/compare_stat.c b/gtk/compare_stat.c
index c0fa7d4132..ff570beacf 100644
--- a/gtk/compare_stat.c
+++ b/gtk/compare_stat.c
@@ -876,7 +876,7 @@ comparestat_start_button_clicked(GtkWidget *item _U_, gpointer data _U_)
}
static void
-dlg_destroy_cb(void)
+dlg_destroy_cb(GtkWidget *w _U_, gpointer user_data _U_)
{
dlg=NULL;
}