aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-23 19:19:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-23 19:19:39 +0000
commited6148660bb086dfe7611a8b99a72e32834cfefa (patch)
treeb065fa5798667e9b2226f563e5e2edeb12417268 /gtk/rtp_stream_dlg.c
parent56aeb8f3a65be8f81396c7dea166e7e9d177b355 (diff)
statistics menu redesigned, now looking more like the former menu,
items now again grouped by function, not by ISO layer svn path=/trunk/; revision=10202
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index eef1e40bd1..e08ae2645a 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -1,7 +1,7 @@
/* rtp_stream_dlg.c
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream_dlg.c,v 1.15 2004/02/22 18:44:03 ulfl Exp $
+ * $Id: rtp_stream_dlg.c,v 1.16 2004/02/23 19:19:38 ulfl Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -826,6 +826,6 @@ void rtpstream_launch(GtkWidget *w _U_, gpointer data _U_)
void
register_tap_listener_rtp_stream_dlg(void)
{
- register_tap_menu_item("RTP/Show All Streams...", REGISTER_TAP_LAYER_APPLICATION,
+ register_tap_menu_item("RTP/Show All Streams...", REGISTER_TAP_GROUP_NONE,
rtpstream_launch, NULL, NULL, NULL);
}