summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-22 10:14:38 +0000
committerChristian Persch <chpe@src.gnome.org>2008-10-22 10:14:38 +0000
commit460b2461b27f0dac36535990b84fb9fd7cbd9f06 (patch)
tree036ca48d7b0a0bad5560f8e1fe2bc754a78f040b /ChangeLog
parent66ce841449816c7874b312ad4e883a6151ae9e20 (diff)
downloadgconf-460b2461b27f0dac36535990b84fb9fd7cbd9f06.tar.gz
Fix some 'format not a string literal and no format arguments' warnings.GNOME_2_24_BRANCHPOINT
* defaults/gconf-defaults.c: (do_copy), (gconf_defaults_unset_mandatory): Fix some 'format not a string literal and no format arguments' warnings. svn path=/trunk/; revision=2705
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e78913d9..0817b720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-22 Christian Persch <chpe@gnome.org>
+ * defaults/gconf-defaults.c: (do_copy),
+ (gconf_defaults_unset_mandatory): Fix some 'format not a string
+ literal and no format arguments' warnings.
+
+2008-10-22 Christian Persch <chpe@gnome.org>
+
* gconf/gconf-backend.c: (gconf_backend_unref): Fix one 'format not a
string literal and no format arguments' warning.