aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteTextFieldCell.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-09-25 12:21:03 +0000
committerstuconnolly <stuart02@gmail.com>2010-09-25 12:21:03 +0000
commita985c5eb441b2b152404aafe845b716454dde1ee (patch)
tree03b9d4c4897c7ec7c19d8e1997c3aa648a50ff2f /Source/SPFavoriteTextFieldCell.m
parent23ff1e6015d06e3158c20a5a9a191dced2bc33d5 (diff)
downloadsequelpro-a985c5eb441b2b152404aafe845b716454dde1ee.tar.gz
sequelpro-a985c5eb441b2b152404aafe845b716454dde1ee.tar.bz2
sequelpro-a985c5eb441b2b152404aafe845b716454dde1ee.zip
Fix for exception http://spbug.com/l/1638 caused by the result of comment changes in r2682.
Diffstat (limited to 'Source/SPFavoriteTextFieldCell.m')
-rw-r--r--Source/SPFavoriteTextFieldCell.m2
1 files changed, 1 insertions, 1 deletions
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];