diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-04-19 17:06:59 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-19 17:06:59 +0800 |
commit | 5825fb4eb1244f63e54423f52e21e402b1830ecf (patch) | |
tree | a233f483d225acc50781779947dfd276c27952b1 | |
parent | 81e6232269b61e0abe287f4cf183988bf08fc04b (diff) | |
download | gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.gz gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.zst gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.zip |
revert snafu to full-screening ...
-rw-r--r-- | shell/e-shell.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 49a4b97462..7f291745e3 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1925,8 +1925,7 @@ e_shell_adapt_window_size (EShell *shell, GdkRectangle rect; if (!e_shell_get_meego_mode (shell) && - !e_shell_get_small_screen_mode (shell) && - !e_shell_get_express_mode (shell)) + !e_shell_get_small_screen_mode (shell)) return; scr = gdk_screen_get_default (); |