aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 9560bf321b..c0de0c4379 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -662,7 +662,7 @@ static tap_dfilter_dlg sip_stat_dlg = {
void
register_tap_listener_gtksipstat(void)
{
- register_ethereal_tap("sip,stat", gtk_sipstat_init);
+ register_tap_listener_cmd_arg("sip,stat", gtk_sipstat_init);
register_tap_menu_item("SIP", REGISTER_TAP_GROUP_NONE,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(sip_stat_dlg));