summaryrefslogtreecommitdiff
path: root/gtk/io_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/io_stat.c')
-rw-r--r--gtk/io_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index c3feaf0189..79e2ec5412 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -1,7 +1,7 @@
/* io_stat.c
* io_stat 2002 Ronnie Sahlberg
*
- * $Id: io_stat.c,v 1.64 2004/02/22 18:44:02 ulfl Exp $
+ * $Id: io_stat.c,v 1.65 2004/02/23 19:19:37 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1792,6 +1792,6 @@ register_tap_listener_gtk_iostat(void)
{
register_ethereal_tap("io,stat", gtk_iostat_init);
- register_tap_menu_item("IO Statistics", REGISTER_TAP_LAYER_GENERIC,
+ register_tap_menu_item("IO Statistics", REGISTER_TAP_GROUP_GENERIC,
gtk_iostat_cb, NULL, NULL, NULL);
}