[evolution] Fix a build break after recent changes



commit 6f66c05f0aa6e9952d62f00509716c0a6f891ea8
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 25 09:00:56 2011 +0200

    Fix a build break after recent changes

 modules/online-accounts/camel-sasl-xoauth.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/modules/online-accounts/camel-sasl-xoauth.c b/modules/online-accounts/camel-sasl-xoauth.c
index e2ba572..edf5c6e 100644
--- a/modules/online-accounts/camel-sasl-xoauth.c
+++ b/modules/online-accounts/camel-sasl-xoauth.c
@@ -16,9 +16,14 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <e-util/e-account-utils.h>
+
 #include "camel-sasl-xoauth.h"
 
-#include <config.h>
 #include <glib/gi18n-lib.h>
 
 #define GOA_API_IS_SUBJECT_TO_CHANGE
@@ -368,7 +373,7 @@ sasl_xoauth_challenge_sync (CamelSasl *sasl,
 	if (goa_client == NULL)
 		return NULL;
 
-	url = camel_url_new (account->store->url, error);
+	url = camel_url_new (account->source->url, error);
 	if (url == NULL)
 		return NULL;
 



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