summaryrefslogtreecommitdiff
path: root/gtk/conversations_sctp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_sctp.c')
-rw-r--r--gtk/conversations_sctp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_sctp.c b/gtk/conversations_sctp.c
index 1b9a94bbe0..cfe36031dc 100644
--- a/gtk/conversations_sctp.c
+++ b/gtk/conversations_sctp.c
@@ -87,7 +87,7 @@ sctp_conversation_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_sctp_conversation(void)
{
- register_ethereal_tap("conv,sctp", sctp_conversation_init);
+ register_tap_listener_cmd_arg("conv,sctp", sctp_conversation_init);
register_tap_menu_item("SCTP", REGISTER_TAP_GROUP_CONVERSATION_LIST,
sctp_conversation_cb, NULL, NULL, NULL);