diff options
author | Milan Crha <mcrha@redhat.com> | 2008-10-01 16:26:24 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-10-01 16:26:24 +0800 |
commit | ed24dfc2832e41d3666dcd9f421b561efc209b1d (patch) | |
tree | cc3828bd88a4831e3eb259a569c20d42c95d1531 /plugins/bbdb/ChangeLog | |
parent | bde8fac84db075ab8010352cccb4f59b3127ca9c (diff) | |
download | gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.tar gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.tar.gz gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.tar.bz2 gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.tar.lz gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.tar.xz gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.tar.zst gsoc2013-evolution-ed24dfc2832e41d3666dcd9f421b561efc209b1d.zip |
** Fix for bug #553527
2008-10-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #553527
* bbdb.c: (struct todo_struct), (free_todo_struct), (bbdb_do_in_thread),
(bbdb_do_thread), (bbdb_handle_reply): Do the EBook work in a separate
thread to have better performance on reply with slow address books.
svn path=/trunk/; revision=36518
Diffstat (limited to 'plugins/bbdb/ChangeLog')
-rw-r--r-- | plugins/bbdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index 471a76aa21..f7b0b27e30 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,11 @@ +2008-10-01 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #553527 + + * bbdb.c: (struct todo_struct), (free_todo_struct), (bbdb_do_in_thread), + (bbdb_do_thread), (bbdb_handle_reply): Do the EBook work in a separate + thread to have better performance on reply with slow address books. + 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #497928 |