summaryrefslogtreecommitdiff
path: root/gtk/tap_rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/tap_rtp.c')
-rw-r--r--gtk/tap_rtp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/tap_rtp.c b/gtk/tap_rtp.c
index fa42a3915d..0682b5400f 100644
--- a/gtk/tap_rtp.c
+++ b/gtk/tap_rtp.c
@@ -1,7 +1,7 @@
/*
* tap_rtp.c
*
- * $Id: tap_rtp.c,v 1.16 2003/09/17 19:39:33 guy Exp $
+ * $Id: tap_rtp.c,v 1.17 2003/09/19 07:24:39 guy Exp $
*
* RTP analysing addition for ethereal
*
@@ -1575,7 +1575,8 @@ register_tap_listener_gtkrtp(void)
void
register_tap_menu_gtkrtp(void)
{
- register_tap_menu_item("Statistics/RTP Analysis...", rtp_analyse_cb);
+ register_tap_menu_item("Statistics/RTP Analysis...", rtp_analyse_cb,
+ NULL, NULL);
}