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]; }