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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 08581c9ea4..71405b89ed 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -474,6 +474,7 @@ view_destroy_cb (GtkObject *object,
shell->priv->views = g_list_remove (
shell->priv->views, object);
+ save_settings_for_views (shell);
if (shell->priv->views == NULL) {
/* FIXME: This looks like a Bonobo bug to me. */
bonobo_object_ref (BONOBO_OBJECT (shell));