aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-04-19 17:06:59 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-19 17:06:59 +0800
commit5825fb4eb1244f63e54423f52e21e402b1830ecf (patch)
treea233f483d225acc50781779947dfd276c27952b1 /shell/e-shell.c
parent81e6232269b61e0abe287f4cf183988bf08fc04b (diff)
downloadgsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar
gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.gz
gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.bz2
gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.lz
gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.xz
gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.tar.zst
gsoc2013-evolution-5825fb4eb1244f63e54423f52e21e402b1830ecf.zip
revert snafu to full-screening ...
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c3
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 ();