Index: exo-desktop-item-edit/main.c =================================================================== --- exo-desktop-item-edit/main.c (revision 21895) +++ exo-desktop-item-edit/main.c (working copy) @@ -67,7 +67,7 @@ /* --- command line options --- */ -static GOptionEntry option_entries[] = +static const GOptionEntry option_entries[] = { { "create-new", 'c', 0, G_OPTION_ARG_NONE, &opt_create_new, N_ ("Create a new desktop file in the given directory"), NULL, }, { "type", 't', 0, G_OPTION_ARG_STRING, &opt_type, N_ ("Type of desktop file to create (Application or Link)"), NULL, },