aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-10 06:44:44 +0800
committerDan Winship <danw@src.gnome.org>2000-06-10 06:44:44 +0800
commit0dd54508bb2d440de95ac854777519fd7b3fa78b (patch)
tree5d27be944d66a7b5a01d86ccf80de7fa8ae5f7cb /mail/ChangeLog
parentaeb515ebe698cc33ab7b539a5b768ef53b01c0d9 (diff)
downloadgsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.tar
gsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.tar.gz
gsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.tar.bz2
gsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.tar.lz
gsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.tar.xz
gsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.tar.zst
gsoc2013-evolution-0dd54508bb2d440de95ac854777519fd7b3fa78b.zip
install an idle function to select the row rather than doing it directly.
* message-list.c (select_row): install an idle function to select the row rather than doing it directly. Ugh. What a kludge, but at least it works now. svn path=/trunk/; revision=3498
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8b99e3b128..1759861c49 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2000-06-09 Dan Winship <danw@helixcode.com>
+ * message-list.c (select_row): install an idle function to
+ select the row rather than doing it directly. Ugh. What a
+ kludge, but at least it works now.
+
* session.c (evolution_auth_callback): Update for
CamelAuthCallback changes. (Uncache passwords when asked to.)