aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-04 00:45:39 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-04 00:45:39 +0000
commit64bc566ea87ea13d92bf505ed17245e0d18eae69 (patch)
tree6ce663d9714ee34c06a81a25dbc833864b67ea98 /gtk/fc_stat.c
parent78191a09b5cd5840a8cc94879094f63b808ba1e8 (diff)
In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assign
its value to pointer-to-const variables. svn path=/trunk/; revision=9161
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r--gtk/fc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index d57bed4afa..b4ca7f85c3 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.13 2003/10/27 01:35:53 sharpe Exp $
+ * $Id: fc_stat.c,v 1.14 2003/12/04 00:45:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -227,7 +227,7 @@ gtk_fcstat_cb(GtkWidget *w _U_, gpointer d _U_)
GtkWidget *dlg_box;
GtkWidget *filter_box, *filter_bt;
GtkWidget *bbox, *start_button, *cancel_button;
- char *filter;
+ const char *filter;
static construct_args_t args = {
"Service Response Time Statistics Filter",
TRUE,