From 014e76a1f9d7fd1dab6da48ee81184780f6e43cd Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Mon, 25 Dec 2006 10:11:40 +0000 Subject: [PATCH] Use the accessor, since it's also a generator git-svn-id: svn://svn.adiumx.com/adium/branches/adium-1.0@18504 1c916fce-81e2-0310-a464-8ca513f45935 --- Frameworks/Adium Framework/Source/ESFileTransfer.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/Adium Framework/Source/ESFileTransfer.m b/Frameworks/Adium Framework/Source/ESFileTransfer.m index 1c635279d..d5dbef0eb 100644 --- a/Frameworks/Adium Framework/Source/ESFileTransfer.m +++ b/Frameworks/Adium Framework/Source/ESFileTransfer.m @@ -91,7 +91,7 @@ static NSMutableDictionary *fileTransferDict = nil; - (void)dealloc { - [fileTransferDict removeObjectForKey:uniqueID]; + [fileTransferDict removeObjectForKey:[self uniqueID]]; [uniqueID release]; [remoteFilename release]; -- 2.11.4.GIT