From 87aaa04f1bdd6a7e2b8337f6aa31feff78aefd20 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 24 Sep 2000 22:58:34 +0000 Subject: 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 --- shell/ChangeLog | 4 ++++ shell/e-shell.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index e1f0f638cd..f127aff6b0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-09-24 Ettore Perazzoli + + * e-shell.c (setup_local_storage): Don't unref the local storage. + 2000-09-22 Michael Meeks * e-shell-view-menu.c (e_shell_view_menu_setup): upd. 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; } -- cgit v1.2.3