gimp r26856 - in trunk: . libgimpbase



Author: mitch
Date: Thu Sep  4 11:25:31 2008
New Revision: 26856
URL: http://svn.gnome.org/viewvc/gimp?rev=26856&view=rev

Log:
2008-09-04  Michael Natterer  <mitch gimp org>

	* libgimpbase/gimpreloc.c (set_gerror): made the error_message
	variable const.



Modified:
   trunk/ChangeLog
   trunk/libgimpbase/gimpreloc.c

Modified: trunk/libgimpbase/gimpreloc.c
==============================================================================
--- trunk/libgimpbase/gimpreloc.c	(original)
+++ trunk/libgimpbase/gimpreloc.c	Thu Sep  4 11:25:31 2008
@@ -353,7 +353,7 @@
 static void
 set_gerror (GError **error, GimpBinrelocInitError errcode)
 {
-        gchar *error_message;
+        const gchar *error_message;
 
         if (error == NULL)
                 return;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]