aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r--Source/SPConnectionController.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m
index 7e0ac050..d4c9d665 100644
--- a/Source/SPConnectionController.m
+++ b/Source/SPConnectionController.m
@@ -843,6 +843,10 @@
} else {
[(ImageAndTextCell *)aCell setIndentationLevel:1];
}
+ if([favoritesTable isEnabled])
+ [(ImageAndTextCell *)aCell setTextColor:[NSColor blackColor]];
+ else
+ [(ImageAndTextCell *)aCell setTextColor:[NSColor grayColor]];
}
#pragma mark -