aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/proto_dlg.c')
-rw-r--r--gtk/proto_dlg.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index 446eeeaf83..fae7399986 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -77,13 +77,13 @@ static GtkWidget *proto_w = NULL;
static GSList *protocol_list = NULL;
typedef struct protocol_data {
- char *name;
- char *abbrev;
- int hfinfo_index;
- gboolean enabled;
- gboolean was_enabled;
+ const char *name;
+ const char *abbrev;
+ int hfinfo_index;
+ gboolean enabled;
+ gboolean was_enabled;
#if GTK_MAJOR_VERSION < 2
- gint row;
+ gint row;
#else
GtkTreeIter iter;
#endif