From 84c85d8eb70ca06ba9c608a83d1de6c814433c85 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 2 Jan 2003 20:52:15 +0000 Subject: fixed to build with -DG_DISABLE_DEPRECATED svn path=/trunk/; revision=19209 --- mail/mail-account-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-account-editor.c') 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; -- cgit v1.2.3