From 81e6232269b61e0abe287f4cf183988bf08fc04b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 19 Apr 2010 09:57:48 +0100 Subject: Re-work the over-complicated event editor as a tabbed notebook. Thanks to Sashwaat. --- shell/e-shell.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/e-shell.c b/shell/e-shell.c index 3859b2971a..49a4b97462 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1924,8 +1924,9 @@ e_shell_adapt_window_size (EShell *shell, GdkScreen *scr; GdkRectangle rect; - if (!e_shell_get_meego_mode (shell) || - !e_shell_get_small_screen_mode (shell)) + if (!e_shell_get_meego_mode (shell) && + !e_shell_get_small_screen_mode (shell) && + !e_shell_get_express_mode (shell)) return; scr = gdk_screen_get_default (); -- cgit v1.2.3