gimp r26927 - in trunk: . app/core
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26927 - in trunk: . app/core
- Date: Thu, 11 Sep 2008 17:19:07 +0000 (UTC)
Author: mitch
Date: Thu Sep 11 17:19:07 2008
New Revision: 26927
URL: http://svn.gnome.org/viewvc/gimp?rev=26927&view=rev
Log:
2008-09-11 Michael Natterer <mitch gimp org>
* app/core/gimp-modules.c (gimp_modules_unload): make a string
pointer const.
Modified:
trunk/ChangeLog
trunk/app/core/gimp-modules.c
Modified: trunk/app/core/gimp-modules.c
==============================================================================
--- trunk/app/core/gimp-modules.c (original)
+++ trunk/app/core/gimp-modules.c Thu Sep 11 17:19:07 2008
@@ -179,7 +179,7 @@
{
GimpConfigWriter *writer;
GString *str;
- gchar *p;
+ const gchar *p;
gchar *filename;
GError *error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]