From a985c5eb441b2b152404aafe845b716454dde1ee Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 25 Sep 2010 12:21:03 +0000 Subject: Fix for exception http://spbug.com/l/1638 caused by the result of comment changes in r2682. --- Source/SPFavoriteTextFieldCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SPFavoriteTextFieldCell.m b/Source/SPFavoriteTextFieldCell.m index e4d2622f..a91495ae 100644 --- a/Source/SPFavoriteTextFieldCell.m +++ b/Source/SPFavoriteTextFieldCell.m @@ -175,7 +175,7 @@ /** * Inverts the displayed font colors when the cell is selected. - * + */ - (void)invertFontColors { mainStringColor = [NSColor whiteColor]; -- cgit v1.2.3