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/e-storage-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-storage-set.c') diff --git a/shell/e-storage-set.c b/shell/e-storage-set.c index 07b4e66378..e5715dde11 100644 --- a/shell/e-storage-set.c +++ b/shell/e-storage-set.c @@ -258,7 +258,7 @@ destroy (GtkObject *object) gtk_object_unref (GTK_OBJECT (priv->folder_type_registry)); g_hash_table_foreach (priv->name_to_named_storage, - (GHFunc) named_storage_destroy, NULL); + (GHFunc) name_to_named_storage_foreach_destroy, NULL); g_hash_table_destroy (priv->name_to_named_storage); g_free (priv); -- cgit v1.2.3