diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
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> |