Use new CPThemeBlend bundle accessor

This commit is contained in:
Antoine Mercadal
2013-01-10 11:28:25 -08:00
parent 4ce8ea9ce9
commit ddf33a13cd
+1 -1
View File
@@ -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];
}