diff options
Diffstat (limited to 'mail/mail-account-editor.c')
-rw-r--r-- | mail/mail-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c index 057b9453b2..88850f7584 100644 --- a/mail/mail-account-editor.c +++ b/mail/mail-account-editor.c @@ -97,7 +97,7 @@ apply_changes (MailAccountEditor *editor) page = 3; if (page != -1) { - gtk_notebook_set_page (editor->notebook, page); + gtk_notebook_set_current_page (editor->notebook, page); gtk_widget_grab_focus (incomplete); e_notice (NULL, GTK_MESSAGE_ERROR, _("You have not filled in all of the required information.")); return FALSE; |