diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-04-19 16:57:48 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-19 16:57:48 +0800 |
commit | 81e6232269b61e0abe287f4cf183988bf08fc04b (patch) | |
tree | c8aac499cacf475b3fa19376e0edebc6279f6bb3 /shell | |
parent | e6c2e5a37c3128351a4e78e0cb27a56b43a0bba1 (diff) | |
download | gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.gz gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.tar.zst gsoc2013-evolution-81e6232269b61e0abe287f4cf183988bf08fc04b.zip |
Re-work the over-complicated event editor as a tabbed notebook.
Thanks to Sashwaat.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 (); |