diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-11-09 23:21:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-11-09 23:21:00 +0800 |
commit | 5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c (patch) | |
tree | 05aee7b295904b549d58f79280caba192cf12f31 /mail | |
parent | 01c7db6bf678b7a2e7ea2325ea931f4893b3801c (diff) | |
download | gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.gz gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.zst gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.zip |
EMailConfigAssistant: Fix build break from cherry-pick.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-config-assistant.c | 2 |
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. */ |