diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-23 05:56:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-23 05:56:01 +0800 |
commit | f7827253de9528b00b22baedd96dc1e06ba0ca68 (patch) | |
tree | ddfa032eef674b7b08dab364d6b1594f85162a32 /shell/ChangeLog | |
parent | 120830dbe4bf7400b744e5a9e0558cca6d2623fa (diff) | |
download | gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.tar gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.tar.gz gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.tar.bz2 gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.tar.lz gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.tar.xz gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.tar.zst gsoc2013-evolution-f7827253de9528b00b22baedd96dc1e06ba0ca68.zip |
Leak plug: free the target list after starting the drag.
svn path=/trunk/; revision=8904
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f9e7f0e005..001b047f4f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-03-22 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (motion_notify_event): Unref the target + list we create on the fly. + +2001-03-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-creation-dialog.c (async_create_cb): Changed signature to match `EStorageSetResultCallback' instead of `EStorageResultCallback', to match the changes in the async_create |