aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_eth.c')
-rw-r--r--gtk/hostlist_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_eth.c b/gtk/hostlist_eth.c
index 2a7ebfc502..b7a93c3cd5 100644
--- a/gtk/hostlist_eth.c
+++ b/gtk/hostlist_eth.c
@@ -83,7 +83,7 @@ gtk_eth_hostlist_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_eth_hostlist(void)
{
- register_ethereal_tap("hosts,eth", gtk_eth_hostlist_init);
+ register_tap_listener_cmd_arg("hosts,eth", gtk_eth_hostlist_init);
register_tap_menu_item("Ethernet", REGISTER_TAP_GROUP_ENDPOINT_LIST,
gtk_eth_hostlist_cb, NULL, NULL, NULL);