aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 14:36:22 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 14:36:22 +0800
commit060e43e79b6886b05e568e36af6d865403ba26c1 (patch)
treea34537bf72ddb07e38089adcfd0bd0eee531b5f3 /shell/e-storage-set.c
parentd11dd5c6a7561f5e8de21287976ac54ce6eed56d (diff)
downloadgsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.tar
gsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.tar.gz
gsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.tar.bz2
gsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.tar.lz
gsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.tar.xz
gsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.tar.zst
gsoc2013-evolution-060e43e79b6886b05e568e36af6d865403ba26c1.zip
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
Diffstat (limited to 'shell/e-storage-set.c')
-rw-r--r--shell/e-storage-set.c2
1 files changed, 1 insertions, 1 deletions
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);