gconf r2703 - in trunk: . gconf



Author: chpe
Date: Wed Oct 22 10:05:50 2008
New Revision: 2703
URL: http://svn.gnome.org/viewvc/gconf?rev=2703&view=rev

Log:
	* gconf/gconf-backend.c: (gconf_backend_unref): Fix one 'format not a
	string literal and no format arguments' warning.

Modified:
   trunk/ChangeLog
   trunk/gconf/gconf-backend.c

Modified: trunk/gconf/gconf-backend.c
==============================================================================
--- trunk/gconf/gconf-backend.c	(original)
+++ trunk/gconf/gconf-backend.c	Wed Oct 22 10:05:50 2008
@@ -417,7 +417,7 @@
 
       if (error != NULL)
         {
-          g_warning(error->message);
+          g_warning("%s", error->message);
           g_error_free(error);
         }
           



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