aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-editor.c')
-rw-r--r--mail/mail-account-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c
index 8b2b5a8861..bf5b265aab 100644
--- a/mail/mail-account-editor.c
+++ b/mail/mail-account-editor.c
@@ -109,7 +109,7 @@ apply_changes (MailAccountEditor *editor)
if (page != -1) {
gtk_notebook_set_current_page (editor->notebook, page);
gtk_widget_grab_focus (incomplete);
- e_error_run(editor, "mail:account-incomplete", NULL);
+ e_error_run((GtkWindow *)editor, "mail:account-incomplete", NULL);
return FALSE;
}