aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-01-02 17:55:09 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-01-02 17:55:09 +0800
commitaedfb5445a0b8b54455864bfa44163260a01fef1 (patch)
tree4c84b8f2624783f86ef19b5e58baa1d43d4002f3 /e-util/ChangeLog
parent66e80f9db9830957723f2d76479f564627d0357f (diff)
downloadgsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.tar
gsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.tar.gz
gsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.tar.bz2
gsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.tar.lz
gsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.tar.xz
gsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.tar.zst
gsoc2013-evolution-aedfb5445a0b8b54455864bfa44163260a01fef1.zip
Don't eventually free a return value from xmlGetProp() with g_free().
2006-01-02 Tor Lillqvist <tml@novell.com> * e-menu.c (emph_construct_menu): Don't eventually free a return value from xmlGetProp() with g_free(). g_strdup() it first, and xmlFree() what xmlGetProp() returned. On Win32, replace a configure-time prefix of the ui file with the run-time one. svn path=/trunk/; revision=31021
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 1519cf9bdc..c368e99af9 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-02 Tor Lillqvist <tml@novell.com>
+
+ * e-menu.c (emph_construct_menu): Don't eventually free a return
+ value from xmlGetProp() with g_free(). g_strdup() it first, and
+ xmlFree() what xmlGetProp() returned.
+
+ On Win32, replace a configure-time prefix of the ui file with the
+ run-time one.
+
2005-12-19 Chenthill Palanisamy <pchenthill@novell.com>
committing for David Trowbridge <trowbrds cs colorado edu>