diff options
author | Milan Crha <mcrha@redhat.com> | 2008-07-09 15:53:24 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-07-09 15:53:24 +0800 |
commit | 7103db294cb63cc4af283e11f19166fbcf169894 (patch) | |
tree | 2bfc9fac973595b5a7ade98b0354495bead52c2a /mail/ChangeLog | |
parent | 1fe74f379d97c06001ba47c782f736b8ff42146f (diff) | |
download | gsoc2013-evolution-7103db294cb63cc4af283e11f19166fbcf169894.tar.gz gsoc2013-evolution-7103db294cb63cc4af283e11f19166fbcf169894.tar.zst gsoc2013-evolution-7103db294cb63cc4af283e11f19166fbcf169894.zip |
** Fix for bug #207802 (Patch suggested by Veerapuram Varadhan.)
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #207802 (Patch suggested by Veerapuram Varadhan.)
* message-list.c: (struct search_child_struct), (search_child_cb),
(is_tree_widget_children), (ml_tree_drag_motion): Do not allow drop
messages to the same message list as is the source. Also do not
allow drop over message list if it doesn't have set a folder.
svn path=/trunk/; revision=35732
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 cd2a6d4739..0c5bc2e60c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2008-07-09 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #207802 (Patch suggested by Veerapuram Varadhan.) + + * message-list.c: (struct search_child_struct), (search_child_cb), + (is_tree_widget_children), (ml_tree_drag_motion): Do not allow drop + messages to the same message list as is the source. Also do not + allow drop over message list if it doesn't have set a folder. + 2008-07-03 Milan Crha <mcrha@redhat.com> ** Fix for bug #541365 |