diff options
author | 6 <NotZed@Ximian.com> | 2001-10-26 10:03:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-26 10:03:22 +0800 |
commit | 8b01bc9334622e0d5cf643e7c26578acc7c83a78 (patch) | |
tree | 8fc3917a8dacf23739288e8063d6286c3dcbdf05 /mail/ChangeLog | |
parent | f8b3f5bb88387f3d219d06257e1671649a5090ac (diff) | |
download | gsoc2013-evolution-8b01bc9334622e0d5cf643e7c26578acc7c83a78.tar.gz gsoc2013-evolution-8b01bc9334622e0d5cf643e7c26578acc7c83a78.tar.zst gsoc2013-evolution-8b01bc9334622e0d5cf643e7c26578acc7c83a78.zip |
Use a timeout not an idle handler.
2001-10-26 <NotZed@Ximian.com>
* component-factory.c (owner_unset_cb): Use a timeout not an idle handler.
* mail-callbacks.c (providers_config): Only set the parent window.
* mail-accounts.c (mail_edit): Set the parent on the account editor.
svn path=/trunk/; revision=14121
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fc16406b1b..b54a704dfc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-10-26 <NotZed@Ximian.com> + + * component-factory.c (owner_unset_cb): Use a timeout not an idle handler. + + * mail-callbacks.c (providers_config): Only set the parent window. + + * mail-accounts.c (mail_edit): Set the parent on the account editor. + 2001-10-25 <NotZed@Ximian.com> * openpgp-utils.c (openpgp_verify): s/iconv/e_iconv/. |