diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-25 04:09:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-25 04:09:04 +0800 |
commit | 57af36acc798853c67727da285f8a85d5f776675 (patch) | |
tree | 65d88d08b014530b9128a0d9eda5d7159cffd05e /mail/ChangeLog | |
parent | 7c9e80dd308222afbdec1068a925e4800f13dfb5 (diff) | |
download | gsoc2013-evolution-57af36acc798853c67727da285f8a85d5f776675.tar.gz gsoc2013-evolution-57af36acc798853c67727da285f8a85d5f776675.tar.zst gsoc2013-evolution-57af36acc798853c67727da285f8a85d5f776675.zip |
If the mail-display is in focus, then select-all in the mail display
2002-01-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (select_all): If the mail-display is in focus,
then select-all in the mail display rather than the
message-list. Fixes bug #19126.
svn path=/trunk/; revision=15456
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e290338c9b..9af22c8c31 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-01-24 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (select_all): If the mail-display is in focus, + then select-all in the mail display rather than the + message-list. Fixes bug #19126. + 2002-01-23 Ettore Perazzoli <ettore@ximian.com> * component-factory.c (create_component): Pass a NULL icon to |