Hi guys; please apply this patch to fix a build error.
Cheers!
diff --git a/src/libexchangemapi/exchange-mapi-connection.c b/src/libexchangemapi/exchange-mapi-connection.c
index c7ce8f8..76ad8b9 100644
--- a/src/libexchangemapi/exchange-mapi-connection.c
+++ b/src/libexchangemapi/exchange-mapi-connection.c
@@ -3107,7 +3107,7 @@ exchange_mapi_create_profile (const char *username, const char *password, const
d(g_print("MapiLogonProvider : succeeded \n"));
retval = ProcessNetworkProfile(session, username, callback, data);
- If (retval != MAPI_E_SUCCESS) {
+ if (retval != MAPI_E_SUCCESS) {
manage_mapi_error ("ProcessNetworkProfile", GetLastError(), error_msg);
g_debug ("Deleting profile %s ", profname);
DeleteProfile(profname);
_______________________________________________
Evolution-hackers mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-hackers