diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-11-04 23:51:54 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-11-04 23:51:54 +0000 |
commit | 2218984dce0119c491bb75aeea277a3682057a3b (patch) | |
tree | c5306783e8833f9d4cd0127ae12827732b8945a2 /ChangeLog | |
parent | e4d5ea07c80df5e7423feed24ac21f8bc683acb6 (diff) | |
download | mana-2218984dce0119c491bb75aeea277a3682057a3b.tar.gz mana-2218984dce0119c491bb75aeea277a3682057a3b.tar.bz2 mana-2218984dce0119c491bb75aeea277a3682057a3b.tar.xz mana-2218984dce0119c491bb75aeea277a3682057a3b.zip |
src/main.cpp: Restore the homeDir config entry (temporarily).
Initialize the logger before libxml2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-11-04 Björn Steinbrink <B.Steinbrink@gmx.de> + * src/main.cpp: Restore the homeDir config entry (temporarily). + Initialize the logger before libxml2. * src/main.cpp: Add a libxml2 init wrapper. Use a null-logger function instead of /dev/null to quieten libxml2. Actually initialize libxml2 before using it to load the configuration. |