diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-10 12:34:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-10 12:34:11 +0800 |
commit | 5b9b2f83d39d01a0c45988df58c93e27f5ab8352 (patch) | |
tree | 900df17fe6e6bcba14a2cfe7fad3a41dd4bde1eb /shell/ChangeLog | |
parent | 5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a (diff) | |
download | gsoc2013-evolution-5b9b2f83d39d01a0c45988df58c93e27f5ab8352.tar.gz gsoc2013-evolution-5b9b2f83d39d01a0c45988df58c93e27f5ab8352.tar.zst gsoc2013-evolution-5b9b2f83d39d01a0c45988df58c93e27f5ab8352.zip |
[Fix #6787, Removing a storage with children and then re-adding it
causes a crash.]
* e-storage-set-view.c (convert_corba_drag_action_set_to_gdk):
Removed `#if 0'ed function.
(etree_node_destroy_func): New destroy function.
(e_storage_set_view_construct): Set this as the new destroy
function on the ETreeMemory.
svn path=/trunk/; revision=11869
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3baf2eced1..59d6e116c5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2001-08-10 Ettore Perazzoli <ettore@ximian.com> + + [Fix #6787, Removing a storage with children and then re-adding it + causes a crash.] + + * e-storage-set-view.c (convert_corba_drag_action_set_to_gdk): + Removed `#if 0'ed function. + (etree_node_destroy_func): New destroy function. + (e_storage_set_view_construct): Set this as the new destroy + function on the ETreeMemory. + 2001-08-09 Ettore Perazzoli <ettore@ximian.com> * evolution-test-component.c (user_create_new_item_callback): |