aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-06-29 01:06:38 +0800
committerDan Winship <danw@src.gnome.org>2002-06-29 01:06:38 +0800
commitc2c672c537eef298146903f562d896ba89fb2f27 (patch)
tree98b08194f684f5a6766d9cec333981e906210af8 /my-evolution/ChangeLog
parentd462bdb71781dc071373feea544b9db172899ce8 (diff)
downloadgsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.tar
gsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.tar.gz
gsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.tar.bz2
gsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.tar.lz
gsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.tar.xz
gsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.tar.zst
gsoc2013-evolution-c2c672c537eef298146903f562d896ba89fb2f27.zip
Add this, to call e_summary_mail_get_info from an idle handler.
* e-summary-mail.c (e_summary_mail_idle_get_info): Add this, to call e_summary_mail_get_info from an idle handler. (new_folder_cb, update_folder_cb): Use idle_get_info rather than making another corba call from inside the corba handler. (Fixes a three-way deadlock between mail, summary, and exchange.) svn path=/trunk/; revision=17322
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 40d8d443c1..e3cab6c49c 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-28 Dan Winship <danw@ximian.com>
+
+ * e-summary-mail.c (e_summary_mail_idle_get_info): Add this, to
+ call e_summary_mail_get_info from an idle handler.
+ (new_folder_cb, update_folder_cb): Use idle_get_info rather than
+ making another corba call from inside the corba handler. (Fixes a
+ three-way deadlock between mail, summary, and exchange.)
+
2002-06-26 Iain <iain@ximian.com>
* e-summary-rdf.c (layer_find_url): If w == NULL return. Fixes crash