Ben Copsey

Hopefully fixes a problem where ASIAuthenticationDialog could fail to disappear …

…when dismissed on iPad
[#71 state:resolved]
... ... @@ -224,7 +224,7 @@ static const NSUInteger kDomainSection = 1;
[self retain];
[sharedDialog release];
sharedDialog = nil;
[self presentNextDialog];
[self performSelector:@selector(presentNextDialog) withObject:nil afterDelay:0];
[self release];
}
... ...
... ... @@ -24,7 +24,7 @@
#import "ASIDataCompressor.h"
// Automatically set on build
NSString *ASIHTTPRequestVersion = @"v1.8-25 2010-12-15";
NSString *ASIHTTPRequestVersion = @"v1.8-26 2010-12-15";
NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain";
... ...