X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmEditAccount.mm;h=9e5bc524db224b0ac5b5f1c0aa59422056f17684;hp=1db02abafb36c93ac232f5ed43e251e111b77aff;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=6ad74138800e7c553e3058d5de9ba4f4976c92b1 diff --git a/source/frmEditAccount.mm b/source/frmEditAccount.mm index 1db02ab..9e5bc52 100644 --- a/source/frmEditAccount.mm +++ b/source/frmEditAccount.mm @@ -20,7 +20,7 @@ #include "frmEditAccount.h" -int frmEditAccount::DisplayTrustPanel(CardDAV *Connection){ +int frmEditAccount::DisplayTrustPanel(ConnectionObject *Connection){ NSInteger ResultValue; @@ -33,8 +33,8 @@ int frmEditAccount::DisplayTrustPanel(CardDAV *Connection){ [secpanel setParentWindow:(NSWindow*)this->GetHandle()]; - ResultValue = [secpanel runModalForTrust:Connection->GetTrustObject() message:@"Certificate not trusted"]; + ResultValue = [secpanel runModalForTrust:Connection->BuildSSLCollection() message:@"Certificate not trusted"]; return (int)ResultValue; -} \ No newline at end of file +}