mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 18:39:23 +00:00
compatibilty for plugins is now fetched from plugin repository
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[delegate methodSignatureForSelector:didRecoverSelector]];
|
||||
__block void *contextInfoCopy = contextInfo;
|
||||
if(error.code == MPErrorNoPasswordOrKeyFile) {
|
||||
if([delegate isKindOfClass:[MPDocument class]]) {
|
||||
if([delegate isKindOfClass:MPDocument.class]) {
|
||||
MPDocument *document = delegate;
|
||||
BOOL didRecover = NO;
|
||||
if(recoveryOptionIndex == 0) {
|
||||
@@ -59,7 +59,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Given that an error alert has been presented applicaton-modally to the user, and the user has chosen one of the error's recovery options, attempt recovery from the error, and return YES if error recovery was completely successful, NO otherwise. The recovery option index is an index into the error's array of localized recovery options.
|
||||
|
||||
Reference in New Issue
Block a user