summaryrefslogtreecommitdiff
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 743fe96001..c80ca17f1a 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -1,7 +1,7 @@
/* wsp_stat.c
* wsp_stat 2003 Jean-Michel FAYARD
*
- * $Id: wsp_stat.c,v 1.2 2003/09/17 19:39:34 guy Exp $
+ * $Id: wsp_stat.c,v 1.3 2003/09/19 07:24:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -479,5 +479,6 @@ register_tap_listener_gtkwspstat(void)
void
register_tap_menu_gtkwspstat(void)
{
- register_tap_menu_item("Statistics/Watch protocol/WAP-WSP", gtk_wspstat_cb);
+ register_tap_menu_item("Statistics/Watch protocol/WAP-WSP",
+ gtk_wspstat_cb, NULL, NULL);
}