summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDon Scorgie <dscorgie@git.gnome.org>2009-04-29 20:15:16 +0100
committerDon Scorgie <dscorgie@git.gnome.org>2009-04-29 20:15:16 +0100
commit8130453be3722d9799908a0b1409b5616cb1f6b3 (patch)
tree6ef141cac5e2bae809539ae054c7d108ecc85432 /ChangeLog
parent5b3356984a7a3b63928032a9a82175d9d73fee33 (diff)
downloadyelp-8130453be3722d9799908a0b1409b5616cb1f6b3.tar.gz
g_free is NULL-safe, so cleanup previous checkins
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7850312d..efcc44b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,10 @@
Convert gnome-config useage to GKeyFile
Bug #570731 based on the patch from
Filipp Ivanov
-
+ * src/yelp-window.c:
+ g_free is NULL-safe, so remove checks added in
+ previous checkin (and cleanup a little)
+
2009-04-29 Don Scorgie <dscorgie@svn.gnome.org>
* src/yelp-utils.c: