From 945deeba6062ecaf31968ed0ba8e93ccf5f6903d Mon Sep 17 00:00:00 2001 From: Johannes Fahrenkrug Date: Fri, 22 Apr 2011 19:58:22 +0800 Subject: [PATCH] added a missing @ for the divider-color theme attribute of _CPCornerView. It broke jake (sudo-)install --- AppKit/_CPCornerView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/_CPCornerView.j b/AppKit/_CPCornerView.j index 9906ab665..30b003bbc 100644 --- a/AppKit/_CPCornerView.j +++ b/AppKit/_CPCornerView.j @@ -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