From 060e43e79b6886b05e568e36af6d865403ba26c1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Jun 2001 06:36:22 +0000 Subject: Fixed a nasty chain of broken fixes to broken fixes to broken fixes, thus getting the shell refcounting in better shape. The quit sequence is still not quite right, but we are getting there. Also fixed a nasty bug in destroying the EStorageSet due to a very old commit by the Meekster. svn path=/trunk/; revision=10470 --- shell/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 559e99f055..eec1daee99 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2001-06-25 Ettore Perazzoli + + * e-storage-set.c (destroy): Use + `name_to_named_storage_foreach_destroy()' as the function argument + to `g_hash_table_foreach()', not `named_storage_destroy()', which + is just plainly wrong. + + * e-shell.c (setup_corba_storages): Don't ref the + corba_storage_registry here. + (destroy): Don't unref here. + (setup_activity_interface): Don't ref the activity_handler either. + (destroy): Don't unref it here. + + * e-component-registry.c (e_component_registry_construct): Don't + ref the shell here. + (destroy): Don't unref it here. + 2001-06-25 Ettore Perazzoli * main.c (no_views_left_cb): Don't call `e_shell_quit()' anymore. -- cgit v1.2.3