aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-11-03 05:25:27 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-03 05:25:27 +0800
commit50c162fd760d94328183dbd91dab69b742f21f79 (patch)
tree34ec981f4cc6bf0b564b309762306240b1173b2f /shell/e-shell-window-private.c
parente89232e97e2e4a1e7e084ea32f9a078754e8ebfc (diff)
downloadgsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.gz
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.bz2
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.lz
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.xz
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.zst
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.zip
Fix a pane resizing issue on the main window that's been driving me crazy.
Also manage the calendar's vertical pane, switching between different GConf keys depending on whether we're in month view. svn path=/branches/kill-bonobo/; revision=36717
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);