aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-02 09:40:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-02 09:40:28 +0800
commita84feecf5bb608d4b05f43f353d83041670f8f41 (patch)
tree54562da16b3c72acfdd248b32d204d1b29e61d2c /shell/e-shell.c
parentc55d63c5dfbded0dda7837a0b8a91eab0b522226 (diff)
downloadgsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.tar
gsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.tar.gz
gsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.tar.bz2
gsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.tar.lz
gsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.tar.xz
gsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.tar.zst
gsoc2013-evolution-a84feecf5bb608d4b05f43f353d83041670f8f41.zip
Removed bogus extra gtk_object_ref() that caused the shell not to quit
correctly. svn path=/trunk/; revision=3853
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 46cfcab5e9..64eec8c9a2 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -282,7 +282,6 @@ setup_components (EShell *shell)
priv = shell->priv;
priv->component_registry = e_component_registry_new (shell);
- gtk_object_ref (GTK_OBJECT (priv->component_registry));
/* FIXME: Hardcoded for now. */
@@ -711,7 +710,6 @@ e_shell_quit (EShell *shell)
gtk_object_unref (GTK_OBJECT (priv->shortcuts));
gtk_object_unref (GTK_OBJECT (priv->folder_type_registry));
gtk_object_unref (GTK_OBJECT (priv->component_registry));
-
priv->storage_set = NULL;
priv->shortcuts = NULL;
priv->folder_type_registry = NULL;