aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/io_stat.c')
-rw-r--r--gtk/io_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 8bb636789a..1bef7e107c 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -1930,7 +1930,7 @@ gtk_iostat_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_gtk_iostat(void)
{
- register_ethereal_tap("io,stat", gtk_iostat_init);
+ register_tap_listener_cmd_arg("io,stat", gtk_iostat_init);
register_tap_menu_item("_IO Graphs", REGISTER_TAP_GROUP_GENERIC,
gtk_iostat_cb, NULL, NULL, NULL);