rest_description should be const.
authorManish Singh <yosh@gimp.org>
Wed, 25 May 2005 22:37:48 +0000 (22:37 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 25 May 2005 22:37:48 +0000 (22:37 +0000)
Wed May 25 15:33:51 2005  Manish Singh  <yosh@gimp.org>

        * glib/goption.c (print_help): rest_description should be const.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/goption.c

index b3cde02..5610d08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 25 15:33:51 2005  Manish Singh  <yosh@gimp.org>
+
+       * glib/goption.c (print_help): rest_description should be const.
+
 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gunidecomp.c (combine_hangul): Don't eat Hangul 
index b3cde02..5610d08 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 25 15:33:51 2005  Manish Singh  <yosh@gimp.org>
+
+       * glib/goption.c (print_help): rest_description should be const.
+
 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gunidecomp.c (combine_hangul): Don't eat Hangul 
index b3cde02..5610d08 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 25 15:33:51 2005  Manish Singh  <yosh@gimp.org>
+
+       * glib/goption.c (print_help): rest_description should be const.
+
 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gunidecomp.c (combine_hangul): Don't eat Hangul 
index b3cde02..5610d08 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 25 15:33:51 2005  Manish Singh  <yosh@gimp.org>
+
+       * glib/goption.c (print_help): rest_description should be const.
+
 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gunidecomp.c (combine_hangul): Don't eat Hangul 
index 9662966..8fdbdd9 100644 (file)
@@ -437,7 +437,7 @@ print_help (GOptionContext *context,
   GOptionEntry *entry;
   GHashTable *shadow_map;
   gboolean seen[256];
-  gchar *rest_description;
+  const gchar *rest_description;
   
   rest_description = NULL;
   if (context->main_group)