diff options
author | stuconnolly <stuart02@gmail.com> | 2010-09-25 12:21:03 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-09-25 12:21:03 +0000 |
commit | a985c5eb441b2b152404aafe845b716454dde1ee (patch) | |
tree | 03b9d4c4897c7ec7c19d8e1997c3aa648a50ff2f | |
parent | 23ff1e6015d06e3158c20a5a9a191dced2bc33d5 (diff) | |
download | sequelpro-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.
-rw-r--r-- | Source/SPFavoriteTextFieldCell.m | 2 |
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]; |