Files
evolution/e-util
Tor Lillqvist aedfb5445a 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
2006-01-02 09:55:09 +00:00
..