diff options
author | Milan Crha <mcrha@redhat.com> | 2008-06-13 14:32:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-06-13 14:32:36 +0800 |
commit | 00e55f86dfdec77459ca98e80bdc73aecad0bf84 (patch) | |
tree | 6fd8d2b896a7bf1f534961e6cf1ab432b7f2fd56 /mail/ChangeLog | |
parent | 2d93a52ec934675dc6c984496988831c1d160331 (diff) | |
download | gsoc2013-evolution-00e55f86dfdec77459ca98e80bdc73aecad0bf84.tar.gz gsoc2013-evolution-00e55f86dfdec77459ca98e80bdc73aecad0bf84.tar.zst gsoc2013-evolution-00e55f86dfdec77459ca98e80bdc73aecad0bf84.zip |
** Fix for bug #337160
2008-06-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #337160
* message-list.c: (on_cursor_activated_cmd): Do not pretend the row
with a cursor is selected when it isn't. Also take care of multiselect.
* message-list.c: (on_selection_changed_cmd):
Do not pretend the row with a cursor is selected when it isn't.
svn path=/trunk/; revision=35633
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4c6b16e59f..e030558c67 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2008-06-13 Milan Crha <mcrha@redhat.com> + ** Fix for bug #337160 + + * message-list.c: (on_cursor_activated_cmd): Do not pretend the row + with a cursor is selected when it isn't. Also take care of multiselect. + * message-list.c: (on_selection_changed_cmd): + Do not pretend the row with a cursor is selected when it isn't. + +2008-06-13 Milan Crha <mcrha@redhat.com> + ** Fix for bug #538002 * em-folder-tree.c: (emft_drop_target): Do not allow dropping messages |