diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-24 05:09:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-24 05:09:03 +0800 |
commit | 8aecd161b7dfd5fafa24702610bc3c930928ec22 (patch) | |
tree | f0be5e822e0a9b8119b91a6d1ff94670f168fb03 /shell/ChangeLog | |
parent | 76f3bb1c4fcc41ff194174a015695c9673210308 (diff) | |
download | gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.tar gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.tar.gz gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.tar.bz2 gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.tar.lz gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.tar.xz gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.tar.zst gsoc2013-evolution-8aecd161b7dfd5fafa24702610bc3c930928ec22.zip |
[Fix #5736, crashing when copying a message with drag and drop.]
* e-storage-set-view.c (tree_drag_data_received): Handle NULL data
gracefully.
svn path=/trunk/; revision=12422
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 149d021697..20e61bc9d7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-08-23 Ettore Perazzoli <ettore@ximian.com> + + [Fix #5736, crashing when copying a message with drag and drop.] + + * e-storage-set-view.c (tree_drag_data_received): Handle NULL data + gracefully. + 2001-08-22 Ettore Perazzoli <ettore@ximian.com> * e-storage.c (e_storage_async_xfer_folder): If the remove_source |