diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-04-23 23:45:59 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-23 23:45:59 +0800 |
commit | b54c869e2f4207294b7228fda92c016693105256 (patch) | |
tree | 6e150579ab971ebdc1fbc686927462c6eb02595b /shell/e-shell.c | |
parent | 65096669137f498e2cffb49fa4de843553f135e7 (diff) | |
download | gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar.gz gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar.zst gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.zip |
get window sizing logic right (again)
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index d238f22e3b..a786bf6eed 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1933,7 +1933,7 @@ e_shell_adapt_window_size (EShell *shell, GdkScreen *scr; GdkRectangle rect; - if (!e_shell_get_meego_mode (shell) && + if (!e_shell_get_meego_mode (shell) || !e_shell_get_small_screen_mode (shell)) return; |