Skip to content

Commit

Permalink
Merge branch 'master' into integ
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Nov 7, 2011
2 parents 41389df + a1c7aa7 commit b72182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/_CPCornerView.j
Expand Up @@ -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
Expand Down

0 comments on commit b72182e

Please sign in to comment.