diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2001-07-30 22:22:50 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2001-07-30 22:22:50 +0800 |
commit | 9b4b5c6598cfac2e6436530c75bfe95b617d7ec7 (patch) | |
tree | fa4a148eb132618bba21348b7071393f49917bb7 /shell/ChangeLog | |
parent | ca87e4cc43fa191f87cd2bf88e2447d40f54c244 (diff) | |
download | gsoc2013-evolution-9b4b5c6598cfac2e6436530c75bfe95b617d7ec7.tar.gz gsoc2013-evolution-9b4b5c6598cfac2e6436530c75bfe95b617d7ec7.tar.zst gsoc2013-evolution-9b4b5c6598cfac2e6436530c75bfe95b617d7ec7.zip |
Fix support for gtkhtml when compiled with gconf support
svn path=/trunk/; revision=11473
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b67c9ac737..8218f18693 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2001-07-30 Frederic Crozat <fcrozat@mandrakesoft.com> + + * main.c (main): call gconf_init if gtkhtml is compiled with gconf + support. + + * Makefile.am (INCLUDES): add $(GTKHTML_CFLAGS) since we might + need to link with GConf (if gtkhtml is compiled with GConf + support) + 2001-07-26 Ettore Perazzoli <ettore@ximian.com> * evolution-activity-client.c (impl_destroy): Remove the source |