aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_ip.c')
-rw-r--r--gtk/conversations_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_ip.c b/gtk/conversations_ip.c
index d2811801e4..e5b29dbdae 100644
--- a/gtk/conversations_ip.c
+++ b/gtk/conversations_ip.c
@@ -76,7 +76,7 @@ ip_endpoints_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_ip_conversation(void)
{
- register_ethereal_tap("conv,ip", ip_conversation_init);
+ register_tap_listener_cmd_arg("conv,ip", ip_conversation_init);
register_tap_menu_item("IPv4", REGISTER_TAP_GROUP_CONVERSATION_LIST,
ip_endpoints_cb, NULL, NULL, NULL);