diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-08 04:23:52 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-08 04:23:52 +0800 |
commit | a5ae4136604265be108fc422e3b3340df2570979 (patch) | |
tree | d0dd4fe711df6b874f9b0d097022f0d2e9e691ea /addressbook/ChangeLog | |
parent | 37ed2b4262c949bc204315313fb11dcdc5cd5943 (diff) | |
download | gsoc2013-evolution-a5ae4136604265be108fc422e3b3340df2570979.tar.gz gsoc2013-evolution-a5ae4136604265be108fc422e3b3340df2570979.tar.zst gsoc2013-evolution-a5ae4136604265be108fc422e3b3340df2570979.zip |
Move the smime_component_init call to the instance init callback, rather
2004-01-07 Rodney Dawes <dobey@ximian.com>
* gui/component/addressbook-component.c: Move the smime_component_init
call to the instance init callback, rather than the class init, and
wrap it in #if HAVE_NSS, so the addressbook works without smime support
svn path=/trunk/; revision=24092
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 064e762979..266ce2dc90 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-01-07 Rodney Dawes <dobey@ximian.com> + + * gui/component/addressbook-component.c: Move the smime_component_init + call to the instance init callback, rather than the class init, and + wrap it in #if HAVE_NSS, so the addressbook works without smime support + 2004-01-07 JP Rosevear <jpr@ximian.com> * gui/component/Makefile.am: link in printer stuff |