aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-09 23:21:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-09 23:21:00 +0800
commit5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c (patch)
tree05aee7b295904b549d58f79280caba192cf12f31
parent01c7db6bf678b7a2e7ea2325ea931f4893b3801c (diff)
downloadgsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar
gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.gz
gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.bz2
gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.lz
gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.xz
gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.tar.zst
gsoc2013-evolution-5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c.zip
EMailConfigAssistant: Fix build break from cherry-pick.
-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. */