aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_stat.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-27 19:07:20 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-27 19:07:20 +0000
commitc9ea03f55ad815fdcede1cbcfd39bf4ad94548f6 (patch)
treec678bec0f80e2009730c6b4f7e03420af1bbf6a9 /gtk/fc_stat.c
parent836980c2db5f635dfe90c7f8c662862d9abcbcc0 (diff)
added dfilter string syntax check to various places
svn path=/trunk/; revision=10252
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r--gtk/fc_stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index f6f04d81cb..3c5b001e4f 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -1,7 +1,7 @@
/* fc_stat.c
* fc_stat 2003 Ronnie Sahlberg
*
- * $Id: fc_stat.c,v 1.28 2004/02/23 19:19:36 ulfl Exp $
+ * $Id: fc_stat.c,v 1.29 2004/02/27 19:07:18 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -262,6 +262,7 @@ gtk_fcstat_cb(GtkWidget *w _U_, gpointer d _U_)
/* Filter entry */
filter_entry=gtk_entry_new();
WIDGET_SET_SIZE(filter_entry, 300, -1);
+ SIGNAL_CONNECT(filter_entry, "changed", filter_te_syntax_check_cb, NULL);
/* filter prefs dialog */
OBJECT_SET_DATA(filter_bt, E_FILT_TE_PTR_KEY, filter_entry);