adium-1.4 2631:b8941b8c037c: This gets released; retain it.
commits at adium.im
commits at adium.im
Sat Oct 17 21:22:22 UTC 2009
details: http://hg.adium.im/adium-1.4/rev/b8941b8c037c
revision: 2631:b8941b8c037c
author: Zachary West <zacw at adium.im>
date: Sat Oct 17 17:22:17 2009 -0400
This gets released; retain it.
diffs (12 lines):
diff -r 38d242c5c33e -r b8941b8c037c Frameworks/Adium Framework/Source/AIServiceIcons.m
--- a/Frameworks/Adium Framework/Source/AIServiceIcons.m Sat Oct 17 17:20:24 2009 -0400
+++ b/Frameworks/Adium Framework/Source/AIServiceIcons.m Sat Oct 17 17:22:17 2009 -0400
@@ -95,7 +95,7 @@
} else {
AIService *service = [adium.accountController firstServiceWithServiceID:serviceID];
if (service) {
- serviceIcon = [service defaultServiceIconOfType:iconType];
+ serviceIcon = [[service defaultServiceIconOfType:iconType] retain];
}
}
More information about the commits
mailing list