diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-11 05:54:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-11 05:54:09 +0800 |
commit | c8db3edba3c1879e7f627a26ec0c50a0102d9c4d (patch) | |
tree | eafd3fd11d2788bf7ee24363bdcc47ead8f036a7 /mail/ChangeLog | |
parent | 42ad657dfd6c6095895eb2e631c1ab65322fb905 (diff) | |
download | gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.tar gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.tar.gz gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.tar.bz2 gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.tar.lz gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.tar.xz gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.tar.zst gsoc2013-evolution-c8db3edba3c1879e7f627a26ec0c50a0102d9c4d.zip |
Grab the focus of the first widget that is sensitive.
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
* mail-config-druid.c (incoming_type_changed): Grab the focus of
the first widget that is sensitive.
(transport_type_changed): Same.
(identity_prepare): Grab the focus of the name entry.
* mail-callbacks.c (send_queued_mail): Prevent Federico's segfault.
svn path=/trunk/; revision=7374
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 82adefbbf7..a58c9241cc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> + * mail-config-druid.c (incoming_type_changed): Grab the focus of + the first widget that is sensitive. + (transport_type_changed): Same. + (identity_prepare): Grab the focus of the name entry. + * mail-callbacks.c (send_queued_mail): Prevent Federico's segfault. 2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> |