aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 3d1fec1ff5..ac6fcc69b6 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -668,9 +668,9 @@ view_destroy_cb (GtkObject *object,
shell->priv->views = g_list_remove (shell->priv->views, object);
if (shell->priv->views == NULL) {
- /* bonobo_object_ref (BONOBO_OBJECT (shell)); */
+ bonobo_object_ref (BONOBO_OBJECT (shell));
gtk_signal_emit (GTK_OBJECT (shell), signals [NO_VIEWS_LEFT]);
- /* bonobo_object_unref (BONOBO_OBJECT (shell)); */
+ bonobo_object_unref (BONOBO_OBJECT (shell));
}
}