aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r--shell/e-shell-window-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 9432014a88..58a1970bc7 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -271,7 +271,7 @@ e_shell_window_private_init (EShellWindow *shell_window)
container = priv->content_pane;
widget = e_shell_switcher_new ();
- gtk_paned_pack1 (GTK_PANED (container), widget, TRUE, FALSE);
+ gtk_paned_pack1 (GTK_PANED (container), widget, FALSE, FALSE);
priv->switcher = g_object_ref (widget);
gtk_widget_show (widget);