aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_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/rpc_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/rpc_stat.c')
-rw-r--r--gtk/rpc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index cfe707c9f3..95a306997e 100644
--- a/gtk/rpc_stat.c
+++ b/gtk/rpc_stat.c
@@ -1,7 +1,7 @@
/* rpc_stat.c
* rpc_stat 2002 Ronnie Sahlberg
*
- * $Id: rpc_stat.c,v 1.24 2003/10/27 01:20:16 sharpe Exp $
+ * $Id: rpc_stat.c,v 1.25 2003/12/04 00:45:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -387,7 +387,7 @@ gtk_rpcstat_cb(GtkWidget *w _U_, gpointer d _U_)
GtkWidget *filter_box, *filter_bt;
GtkWidget *bbox, *start_button, *cancel_button;
int i;
- char *filter;
+ const char *filter;
static construct_args_t args = {
"Service Response Time Statistics Filter",
TRUE,