[Evolution-hackers] Code typo in current evolution-mapi git master head
- From: Paul Smith <paul mad-scientist net>
- To: evolution-hackers gnome org
- Subject: [Evolution-hackers] Code typo in current evolution-mapi git master head
- Date: Thu, 10 Dec 2009 12:41:25 -0500
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]