aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-25 06:58:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-25 06:58:34 +0800
commit87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20 (patch)
treee19a29382129ebb51461b6e8946c80d62f0f7a9f /shell/e-shell.c
parentf5ad2892d1d9936290e425c0b67d3bbabf5d625b (diff)
downloadgsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.tar
gsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.tar.gz
gsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.tar.bz2
gsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.tar.lz
gsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.tar.xz
gsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.tar.zst
gsoc2013-evolution-87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20.zip
Fix a refcounting problem with the local storage. ("Somebody" added a
wrong unref without putting that in the ChangeLog. Yes, you know who you are. ;-)) svn path=/trunk/; revision=5565
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index c67d42a52c..d1125e0dc2 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -321,8 +321,6 @@ setup_local_storage (EShell *shell)
e_storage_set_add_storage (priv->storage_set, local_storage);
priv->local_storage = E_LOCAL_STORAGE (local_storage);
- gtk_object_unref (GTK_OBJECT (local_storage));
-
return TRUE;
}