aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ipx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_ipx.c')
-rw-r--r--gtk/conversations_ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_ipx.c b/gtk/conversations_ipx.c
index 634d7d56e7..ad564bf043 100644
--- a/gtk/conversations_ipx.c
+++ b/gtk/conversations_ipx.c
@@ -78,7 +78,7 @@ ipx_endpoints_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_ipx_conversation(void)
{
- register_ethereal_tap("conv,ipx", ipx_conversation_init);
+ register_tap_listener_cmd_arg("conv,ipx", ipx_conversation_init);
register_tap_menu_item("IPX", REGISTER_TAP_GROUP_CONVERSATION_LIST,
ipx_endpoints_cb, NULL, NULL, NULL);