adium 2218:f4a91164dae3: warnings--; apparently we wanted to kee...
commits at adium.im
commits at adium.im
Sun May 17 02:05:30 UTC 2009
details: http://hg.adium.im/adium/rev/f4a91164dae3
revision: 2218:f4a91164dae3
author: David Smith <catfish.man at gmail.com>
date: Sat May 16 19:05:09 2009 -0700
warnings--; apparently we wanted to keep this around, but I see no reason to have it spamming the output
diffstat:
Frameworks/Adium Framework/Source/AIListContactCell.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r de8aff1d4f5e -r f4a91164dae3 Frameworks/Adium Framework/Source/AIListContactCell.m
--- a/Frameworks/Adium Framework/Source/AIListContactCell.m Sat May 16 21:56:08 2009 -0400
+++ b/Frameworks/Adium Framework/Source/AIListContactCell.m Sat May 16 19:05:09 2009 -0700
@@ -669,7 +669,7 @@
- (NSColor *)textColor
{
NSColor *theTextColor;
- BOOL isEvent = [listObject boolValueForProperty:@"Is Event"];
+ //BOOL isEvent = [listObject boolValueForProperty:@"Is Event"];
/* XXX If it's an event, we may want to be inheriting from more than just the metacontact's preferred contact...
* this is the only case for that which I've come across */
if (shouldUseContactTextColors && (theTextColor = [listObject valueForProperty:@"Text Color"])) {
More information about the commits
mailing list