diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-31 23:47:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-01 00:10:54 +0800 |
commit | 018018fabe7e660f7928b8a7b817bb63202dc734 (patch) | |
tree | 4003e5c682570d819b6baf49528631efb2c52892 /mail/e-mail-backend.c | |
parent | 85fac8778261ce1fc80d8857158eb18a399da9ee (diff) | |
download | gsoc2013-evolution-018018fabe7e660f7928b8a7b817bb63202dc734.tar.gz gsoc2013-evolution-018018fabe7e660f7928b8a7b817bb63202dc734.tar.zst gsoc2013-evolution-018018fabe7e660f7928b8a7b817bb63202dc734.zip |
Remove more Express Mode hacks.
This removes all traces of Express Mode from all but the contact editor
and calendar appointment editor. Need to evaluate the remaining cases
individually.
Diffstat (limited to 'mail/e-mail-backend.c')
-rw-r--r-- | mail/e-mail-backend.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/e-mail-backend.c b/mail/e-mail-backend.c index cfd6f0a349..610e8913fa 100644 --- a/mail/e-mail-backend.c +++ b/mail/e-mail-backend.c @@ -382,11 +382,6 @@ mail_backend_quit_requested_cb (EShell *shell, if (reason == E_SHELL_QUIT_REMOTE_REQUEST) return; - /* In express mode, don't raise mail request in non mail window. */ - if (e_shell_get_express_mode (shell) && - strcmp (e_shell_window_get_active_view ((EShellWindow *) window), "mail") != 0) - return; - if (!e_shell_backend_is_started (mail_shell_backend)) return; |