aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-05 23:16:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-05 23:16:59 +0000
commita171ea47690441183a008bc484f5d4354c4d0f68 (patch)
tree2e00dd102461a5d26a219f1aafd94cd379592194 /gtk/expert_comp_dlg.c
parent7b909cf305a5e6dc7941e362338dc3d012d04b67 (diff)
click on the "expert info" indicator opens the corresponding dialog
svn path=/trunk/; revision=24798
Diffstat (limited to 'gtk/expert_comp_dlg.c')
-rw-r--r--gtk/expert_comp_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/expert_comp_dlg.c b/gtk/expert_comp_dlg.c
index dad99f8852..c98e45c2d4 100644
--- a/gtk/expert_comp_dlg.c
+++ b/gtk/expert_comp_dlg.c
@@ -45,6 +45,7 @@
#include "gui_stat_menu.h"
#include <epan/stat_cmd_args.h>
#include "help_dlg.h"
+#include "expert_comp_dlg.h"
/* used to keep track of the statistics for an entire program interface */
typedef struct _expert_comp_dlg_t {
@@ -315,7 +316,7 @@ expert_comp_init(const char *optarg _U_, void* userdata _U_)
cf_redissect_packets(&cfile);
}
-static void
+void
expert_comp_dlg_cb(GtkWidget *w _U_, gpointer d _U_)
{
expert_comp_init("", NULL);