aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-25 18:51:26 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-25 18:51:26 +0000
commitc890e29a996b2296a55df866e43a4bb78c4e1e7c (patch)
tree7c90af37b0c3934276f064f2d67f8bea2cd67976 /gtk/rtp_stream_dlg.c
parentb023bf8c7d6ab4b4e6e54aa3a01c986b8769c813 (diff)
apply automatically generated filters strings to the recent dropdown list,
e.g. when applying a "Follow TCP stream", fix a bug in the recent function, discarding the newest entries when saving a full list (now discarding the oldest). svn path=/trunk/; revision=9849
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 89cafc0fa8..cea0d54988 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.10 2004/01/25 02:24:44 guy Exp $
+ * $Id: rtp_stream_dlg.c,v 1.11 2004/01/25 18:51:25 ulfl Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -324,7 +324,7 @@ rtpstream_on_filter (GtkButton *button _U_,
gtk_entry_set_text(GTK_ENTRY(main_display_filter_widget), filter_string);
/*
- filter_packets(&cfile, filter_string);
+ main_filter_packets(&cfile, filter_string);
rtpstream_dlg_update(rtpstream_get_info()->strinfo_list);
*/
}