diff options
author | Radek Doulik <rodo@ximian.com> | 2004-12-02 01:46:25 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-12-02 01:46:25 +0800 |
commit | 2f0ee5072922264356bce9ab46f59b391bac9896 (patch) | |
tree | 606f2152cf4965580d9205cdaced00eee5949a52 /mail/ChangeLog | |
parent | 36948023ffbc80bb96bb2f9357640095bc45e409 (diff) | |
download | gsoc2013-evolution-2f0ee5072922264356bce9ab46f59b391bac9896.tar.gz gsoc2013-evolution-2f0ee5072922264356bce9ab46f59b391bac9896.tar.zst gsoc2013-evolution-2f0ee5072922264356bce9ab46f59b391bac9896.zip |
do not call gconf here as we may be called from worker thread
2004-11-25 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c (em_junk_sa_test_spamd): do not call gconf here
as we may be called from worker thread
(em_junk_filter_get_plugin): read alternative spam[cd] binaries
paths here, use init lock to be sure no one is accessing spam[cd]
binaries paths
Fixes #69623
svn path=/trunk/; revision=28034
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4990848fe5..fd246bba34 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-11-25 Radek Doulik <rodo@ximian.com> + + * em-junk-filter.c (em_junk_sa_test_spamd): do not call gconf here + as we may be called from worker thread + (em_junk_filter_get_plugin): read alternative spam[cd] binaries + paths here, use init lock to be sure no one is accessing spam[cd] + binaries paths + + Fixes #69623 + 2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * em-account-editor.c: (emae_option_toggle), |