mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
added a missing @ for the divider-color theme attribute of _CPCornerView. It broke jake (sudo-)install
This commit is contained in:
committed by
Antoine Mercadal
parent
aa775675b5
commit
945deeba60
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user