summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-07-08 21:39:57 +0000
committerVincent Untz <vuntz@gnome.org>2007-07-08 21:39:57 +0000
commit5052214fbc3702cbd9aa6911890b8bd155674fbd (patch)
tree833bf1c16bbd357b7dadc667716e9e68af626708 /ChangeLog
parent0d4df0787ab377628575e5eff01bb16bc46300e3 (diff)
pass the GError to g_key_file_load_from_file(), so we know when we can't
2007-07-08 Vincent Untz <vuntz@gnome.org> * src/install.c: (process_one_file): pass the GError to g_key_file_load_from_file(), so we know when we can't load a file and print an error about this. Fix bug #11500.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7909bb4..7c7df05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-08 Vincent Untz <vuntz@gnome.org>
+
+ * src/install.c: (process_one_file): pass the GError to
+ g_key_file_load_from_file(), so we know when we can't load a file and
+ print an error about this. Fix bug #11500.
+
2007-06-30 Vincent Untz <vuntz@gnome.org>
* misc/desktop-entry-mode.el: updated to desktop entry spec 1.0.