aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mgcp_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
commitac48df79f25c348ee3e8926327c489036479d717 (patch)
tree8b22edd8e461cea760ee7fd834e1ca0007d08248 /gtk/mgcp_stat.c
parent1f97bdc27aa1caed69e5be96ea00eea6e773f342 (diff)
From Lars Roland: have common code to handle display filter dialogs in
taps, and use that in the H.225 taps. svn path=/trunk/; revision=9327
Diffstat (limited to 'gtk/mgcp_stat.c')
-rw-r--r--gtk/mgcp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c
index 5742d5f138..c02828fc4b 100644
--- a/gtk/mgcp_stat.c
+++ b/gtk/mgcp_stat.c
@@ -2,7 +2,7 @@
* mgcp-statistics for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: mgcp_stat.c,v 1.19 2003/12/16 18:43:34 oabad Exp $
+ * $Id: mgcp_stat.c,v 1.20 2003/12/17 22:13:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -442,6 +442,6 @@ register_tap_menu_gtkmgcpstat(void)
{
if (find_tap_id("mgcp"))
register_tap_menu_item("Statistics/Service Response Time/MGCP...",
- gtk_mgcpstat_cb, NULL, NULL);
+ gtk_mgcpstat_cb, NULL, NULL, NULL);
}