aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-10 13:22:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-10 13:22:02 +0800
commit513bfe0292c1721708e83617a8b19db3574060fb (patch)
tree1854d1c349e68804072be7530f74a2074853fd3c /shell/ChangeLog
parent2bd1cd5f39f24b1e513e9b2c5730132e7f38d2f8 (diff)
downloadgsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.tar
gsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.tar.gz
gsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.tar.bz2
gsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.tar.lz
gsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.tar.xz
gsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.tar.zst
gsoc2013-evolution-513bfe0292c1721708e83617a8b19db3574060fb.zip
Only free the `type_list' if not NULL. (setup_menu_xml): Deal with the
* e-shell-user-creatable-items-handler.c (component_free): Only free the `type_list' if not NULL. (setup_menu_xml): Deal with the case of `type_list' being NULL gracefully. (verb_fn): Same here. (add_verbs_to_ui_component): Likewise. svn path=/trunk/; revision=11873
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 59d6e116c5..b059c622a1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2001-08-10 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-user-creatable-items-handler.c (component_free): Only
+ free the `type_list' if not NULL.
+ (setup_menu_xml): Deal with the case of `type_list' being NULL
+ gracefully.
+ (verb_fn): Same here.
+ (add_verbs_to_ui_component): Likewise.
+
+2001-08-10 Ettore Perazzoli <ettore@ximian.com>
+
[Fix #6787, Removing a storage with children and then re-adding it
causes a crash.]