Skip to content

Commit

Permalink
More on r155.
Browse files Browse the repository at this point in the history
  • Loading branch information
eofster committed Dec 11, 2008
1 parent 430c79d commit 7f453fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions AppController.m
Expand Up @@ -69,9 +69,7 @@ @implementation AppController

- (BOOL)hasIncomingCallControllers
{
NSDictionary *immutableAccountControllers = [[[self accountControllers] copy] autorelease];
for (NSString *accountKey in immutableAccountControllers) {
AKAccountController *anAccountController = [immutableAccountControllers objectForKey:accountKey];
for (AKAccountController *anAccountController in [[[self accountControllers] copy] autorelease]) {
for (AKCallController *aCallController in [[[anAccountController callControllers] copy] autorelease])
if ([[aCallController call] identifier] != AKTelephoneInvalidIdentifier &&
[[aCallController call] state] == AKTelephoneCallIncomingState)
Expand Down

0 comments on commit 7f453fa

Please sign in to comment.