aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-config-assistant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-config-assistant.c b/mail/e-mail-config-assistant.c
index 26d6c70104..2c10ca070f 100644
--- a/mail/e-mail-config-assistant.c
+++ b/mail/e-mail-config-assistant.c
@@ -257,7 +257,7 @@ mail_config_assistant_autoconfigure_cb (GObject *source_object,
/* Go to the next page (Receiving Email) before skipping to the
* Summary Page to get it into GtkAssistant visited page history.
* We want the back button to return to Receiving Email. */
- gtk_assistant_next_page (context->assistant);
+ gtk_assistant_next_page (assistant);
/* XXX Can't find a better way to learn the page number of
* the summary page. Oh my god this API is horrible. */