aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-04-23 23:45:59 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-23 23:45:59 +0800
commitb54c869e2f4207294b7228fda92c016693105256 (patch)
tree6e150579ab971ebdc1fbc686927462c6eb02595b /shell/e-shell.c
parent65096669137f498e2cffb49fa4de843553f135e7 (diff)
downloadgsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar
gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar.gz
gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar.bz2
gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar.lz
gsoc2013-evolution-b54c869e2f4207294b7228fda92c016693105256.tar.xz
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.c2
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;