diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-03 04:52:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-03 04:52:15 +0800 |
commit | 84c85d8eb70ca06ba9c608a83d1de6c814433c85 (patch) | |
tree | 31e9c0de61719317c3e2d82cf0c93a90f845b18e /mail/mail-account-editor.c | |
parent | 5eb3475aa2c152c110dad87948453c410eb02a3a (diff) | |
download | gsoc2013-evolution-84c85d8eb70ca06ba9c608a83d1de6c814433c85.tar.gz gsoc2013-evolution-84c85d8eb70ca06ba9c608a83d1de6c814433c85.tar.zst gsoc2013-evolution-84c85d8eb70ca06ba9c608a83d1de6c814433c85.zip |
fixed to build with -DG_DISABLE_DEPRECATED
svn path=/trunk/; revision=19209
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; |