summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-04-03 20:38:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-03 20:38:09 +0000
commit9713b368b215b245b5c9d3cc875ea9259a5728c6 (patch)
tree8d7421680501966975f05501c42e351d5306df8a /gdk/gdk.c
parentaff3329de18cf9948854f096826e3642e81dc56e (diff)
downloadgtk+-9713b368b215b245b5c9d3cc875ea9259a5728c6.tar.gz
Here too.
2006-04-03 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.c: Here too.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index db71fa6649..a6aec950ae 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -111,7 +111,7 @@ gdk_arg_name_cb (const char *key, const char *value, gpointer user_data, GError
return TRUE;
}
-static GOptionEntry gdk_args[] = {
+static const GOptionEntry gdk_args[] = {
{ "class", 0, 0, G_OPTION_ARG_CALLBACK, gdk_arg_class_cb,
/* Description of --class=CLASS in --help output */ N_("Program class as used by the window manager"),
/* Placeholder in --class=CLASS in --help output */ N_("CLASS") },