aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-backend.c')
-rw-r--r--mail/e-mail-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-backend.c b/mail/e-mail-backend.c
index e0a0275019..ae6aebba9a 100644
--- a/mail/e-mail-backend.c
+++ b/mail/e-mail-backend.c
@@ -377,7 +377,7 @@ mail_backend_quit_requested_cb (EShell *shell,
/* 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)
+ strcmp (e_shell_window_get_active_view ((EShellWindow *) window), "mail") != 0)
return;
if (!e_shell_backend_is_started (mail_shell_backend))