added a missing @ for the divider-color theme attribute of _CPCornerView. It broke jake (sudo-)install

This commit is contained in:
Johannes Fahrenkrug
2011-11-05 07:41:01 +08:00
committed by Antoine Mercadal
parent aa775675b5
commit 945deeba60
+1 -1
View File
@@ -34,7 +34,7 @@
+ (id)themeAttributes
{
return [CPDictionary dictionaryWithObjects:[[CPNull null], [CPNull null]]
forKeys:[@"background-color", "divider-color"]];
forKeys:[@"background-color", @"divider-color"]];
}
- (void)drawRect:(CGRect)aRect