grim/guifications3

make the gflib option entry stuff const
org.guifications.gf3
2009-09-07, Gary Kramlich
af7127b96018
Parents f46a1ec661c1
Children bc6115b55584
make the gflib option entry stuff const
--- a/gflib/gflib/gf_core.c Mon Aug 31 21:39:05 2009 -0500
+++ b/gflib/gflib/gf_core.c Mon Sep 07 21:39:28 2009 -0500
@@ -55,7 +55,7 @@
*****************************************************************************/
static gchar *prefs_uri = NULL;
-static GOptionEntry gflib_args[] = {
+static const GOptionEntry gflib_args[] = {
{
"prefs-uri", 0, 0, G_OPTION_ARG_STRING, &prefs_uri,
"The uri describing the preference engine and options.",