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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 97e32cb29b..327241b1bc 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -948,9 +948,9 @@ view_destroy_cb (GtkObject *object,
num_views = g_list_length (shell->priv->views);
- /* If this is our last view, save settings now because in the
- callback for no_views_left shell->priv->views will be NULL
- and settings won't be saved because of that */
+ /* If this is our last view, save settings now because in the callback
+ for no_views_left shell->priv->views will be NULL and settings won't
+ be saved because of that. */
if (num_views - 1 == 0)
e_shell_save_settings (shell);