mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 9c4be3d7d32f456638c073296f3c3b84ca2f6ea9
Monotone-Revision: 3c7a201fa0fd3707b904e5173f62765c592e904b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-08T15:03:09
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2011-12-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* GCSFolder.m (-releaseChannel:): perform the debug logging BEFORE
|
||||
the channel is released, to avoid a crash.
|
||||
|
||||
* GCSFolderManager.m (-releaseChannel:): perform the debug logging BEFORE
|
||||
the channel is released, to avoid a crash.
|
||||
|
||||
2011-11-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* GCSFolder.m
|
||||
|
||||
@@ -228,8 +228,8 @@ static GCSStringFormatter *stringFormatter = nil;
|
||||
}
|
||||
|
||||
- (void)releaseChannel:(EOAdaptorChannel *)_channel {
|
||||
if (debugOn) [self debugWithFormat:@"releasing channel: %@", _channel];
|
||||
[[self _channelManager] releaseChannel:_channel];
|
||||
if (debugOn) [self debugWithFormat:@"released channel: %@", _channel];
|
||||
}
|
||||
|
||||
- (BOOL)canConnectStore {
|
||||
|
||||
@@ -221,8 +221,8 @@ static NSCharacterSet *asciiAlphaNumericCS = nil;
|
||||
return ch;
|
||||
}
|
||||
- (void)releaseChannel:(EOAdaptorChannel *)_channel {
|
||||
if (debugOn) [self debugWithFormat:@"releasing channel: %@", _channel];
|
||||
[[self channelManager] releaseChannel:_channel];
|
||||
if (debugOn) [self debugWithFormat:@"released channel: %@", _channel];
|
||||
}
|
||||
|
||||
- (BOOL)canConnect {
|
||||
|
||||
Reference in New Issue
Block a user