adium 2462:c577a509c76a: Add yelly to copyright.txt

commits at adium.im commits at adium.im
Thu Jun 4 08:58:24 UTC 2009


details:	http://hg.adium.im/adium/rev/c577a509c76a
revision:	2462:c577a509c76a
author:		David Smith <catfish.man at gmail.com>
date:		Thu Jun 04 01:57:13 2009 -0700

Add yelly to copyright.txt
Subject: adium 2463:5ef748004186: Trivial simplification

details:	http://hg.adium.im/adium/rev/5ef748004186
revision:	2463:5ef748004186
author:		David Smith <catfish.man at gmail.com>
date:		Thu Jun 04 01:58:12 2009 -0700

Trivial simplification

diffs (27 lines):

diff -r b97e9e027f75 -r 5ef748004186 Copyright.txt
--- a/Copyright.txt	Wed Jun 03 17:27:39 2009 -0700
+++ b/Copyright.txt	Thu Jun 04 01:58:12 2009 -0700
@@ -11,6 +11,7 @@
 Graham Booker
 Jorge Salvador Caffarena
 Wesley Campaigne
+Ariel Chinn
 David Clark
 Felipe Contreras
 Jacobo Tarrag—n Cros
diff -r b97e9e027f75 -r 5ef748004186 Frameworks/AIUtilities Framework/Source/AIVariableHeightOutlineView.m
--- a/Frameworks/AIUtilities Framework/Source/AIVariableHeightOutlineView.m	Wed Jun 03 17:27:39 2009 -0700
+++ b/Frameworks/AIUtilities Framework/Source/AIVariableHeightOutlineView.m	Thu Jun 04 01:58:12 2009 -0700
@@ -211,11 +211,7 @@
 		for (int row = 0; row < numberOfRows; row++) {
 			id 	cell = [self cellForTableColumn:tableColumn item:[self itemAtRow:row]];
 			
-			if (![self shouldResetAlternating:row]) {
-				alternateColor = !alternateColor;
-			} else {
-				alternateColor = YES;
-			}
+			alternateColor = [self shouldResetAlternating:row] ? YES : !alternateColor;
 			
 			if (alternateColor &&
 				(![cell respondsToSelector:@selector(drawGridBehindCell)] || [cell drawGridBehindCell])) {




More information about the commits mailing list