gimp r26924 - in trunk: . libgimp



Author: mitch
Date: Thu Sep 11 11:49:13 2008
New Revision: 26924
URL: http://svn.gnome.org/viewvc/gimp?rev=26924&view=rev

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

	* libgimp/gimpexport.c (struct ExportAction): make string members
	const.



Modified:
   trunk/ChangeLog
   trunk/libgimp/gimpexport.c

Modified: trunk/libgimp/gimpexport.c
==============================================================================
--- trunk/libgimp/gimpexport.c	(original)
+++ trunk/libgimp/gimpexport.c	Thu Sep 11 11:49:13 2008
@@ -39,11 +39,11 @@
 /* the export action structure */
 typedef struct
 {
-  ExportFunc  default_action;
-  ExportFunc  alt_action;
-  gchar      *reason;
-  gchar      *possibilities[2];
-  gint        choice;
+  ExportFunc   default_action;
+  ExportFunc   alt_action;
+  const gchar *reason;
+  const gchar *possibilities[2];
+  gint         choice;
 } ExportAction;
 
 



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