From 50c162fd760d94328183dbd91dab69b742f21f79 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 2 Nov 2008 21:25:27 +0000 Subject: 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 --- shell/e-shell-window-private.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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); -- cgit v1.2.3