From ddf33a13cd3aa9f4bc11024ffd11457e6ea450e2 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Thu, 10 Jan 2013 11:28:25 -0800 Subject: [PATCH] Use new CPThemeBlend bundle accessor --- AppKit/CPCursor.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPCursor.j b/AppKit/CPCursor.j index d1e58c2c0..876351f58 100755 --- a/AppKit/CPCursor.j +++ b/AppKit/CPCursor.j @@ -160,7 +160,7 @@ var currentCursor = nil, if (doesHaveImage) { - var themeResourcePath = [[CPApp themeBlend]._bundle resourcePath]; + var themeResourcePath = [[[CPApp themeBlend] bundle] resourcePath]; cssString = [CPString stringWithFormat:@"url(%@/cursors/%@.cur), %@", themeResourcePath, cursorName, aString]; }