[evolution/gnome-3-6] EMailConfigAssistant: Fix build break from cherry-pick.



commit 5d80c0e157fc9a7d2320100f0c4c31dbefd1ce0c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Nov 9 10:21:00 2012 -0500

    EMailConfigAssistant: Fix build break from cherry-pick.

 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 26d6c70..2c10ca0 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. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]