aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 97a5987049..688591014e 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -69,7 +69,7 @@ evolution_boot (void)
EShellView *e_shell_view;
eshell = e_shell_new ();
- e_shell_view = E_SHELL_VIEW (e_shell_view_new (eshell));
+ e_shell_view = E_SHELL_VIEW (e_shell_view_new (eshell, TRUE));
gtk_widget_show (GTK_WIDGET (e_shell_view));
}