summaryrefslogtreecommitdiff
path: root/gtk/fc_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r--gtk/fc_stat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 7067400062..3fa13e158b 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -1,7 +1,7 @@
/* fc_stat.c
* fc_stat 2003 Ronnie Sahlberg
*
- * $Id: fc_stat.c,v 1.9 2003/09/17 19:39:33 guy Exp $
+ * $Id: fc_stat.c,v 1.10 2003/09/19 07:24:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -267,5 +267,6 @@ register_tap_listener_gtkfcstat(void)
void
register_tap_menu_gtkfcstat(void)
{
- register_tap_menu_item("Statistics/Service Response Time/Fibre Channel", gtk_fcstat_cb);
+ register_tap_menu_item("Statistics/Service Response Time/Fibre Channel",
+ gtk_fcstat_cb, NULL, NULL);
}