summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-09-01 14:29:28 +0000
committerVincent Untz <vuntz@gnome.org>2007-09-01 14:29:28 +0000
commite08e4ea54ab1c90475f4a52bee98e234e7c79d1a (patch)
tree9c1d5da727509635d615e6a272f0e28a496caab4 /ChangeLog
parentc7d783c84eec8d07049ab01988e4da43559ce80f (diff)
validate the desktop file after modifying its content, but before doing
2007-09-01 Vincent Untz <vuntz@gnome.org> * src/install.c: (process_one_file): validate the desktop file after modifying its content, but before doing anything else, so that we don't unlink the original file if the created one is not valid. Also, unlink the created file if it's not valid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa3fb65..2a83db5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-09-01 Vincent Untz <vuntz@gnome.org>
+ * src/install.c: (process_one_file): validate the desktop file after
+ modifying its content, but before doing anything else, so that we
+ don't unlink the original file if the created one is not valid.
+ Also, unlink the created file if it's not valid.
+
+2007-09-01 Vincent Untz <vuntz@gnome.org>
+
Don't exit(), but let the main() function do it with a proper error
message.