diff options
Diffstat (limited to 'shell')
-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; |