mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
Monotone-Parent: c496242055c878889b7b9a7ad4385cea6cf5e5cd
Monotone-Revision: 6e1829513cdcf98135e56f857438e77218ae7851 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-20T17:34:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#import <Foundation/NSLock.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <NGExtensions/NSNull+misc.h>
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
@@ -361,8 +362,11 @@ static NSTimeInterval ChannelCollectionTimer = 5 * 60;
|
||||
[handle release];
|
||||
}
|
||||
else
|
||||
[self errorWithFormat: @"could not open channel %@ for URL: %@",
|
||||
channel, [_url absoluteString]];
|
||||
{
|
||||
[self errorWithFormat: @"could not open channel %@ for URL: %@",
|
||||
channel, [_url absoluteString]];
|
||||
channel = nil;
|
||||
}
|
||||
}
|
||||
}
|
||||
#if defined(THREADSAFE)
|
||||
|
||||
Reference in New Issue
Block a user