From 4ce8ea9ce955a7dfe0a6cded2b314ea73845568f Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Thu, 10 Jan 2013 11:27:49 -0800 Subject: [PATCH] make CPThemeBlend's bundle property readonly --- AppKit/CPThemeBlend.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPThemeBlend.j b/AppKit/CPThemeBlend.j index eeea9c09c..8455bd4c0 100644 --- a/AppKit/CPThemeBlend.j +++ b/AppKit/CPThemeBlend.j @@ -33,7 +33,7 @@ @implementation CPThemeBlend : CPObject { - CPBundle _bundle; + CPBundle _bundle @accessors(getter=bundle); CPArray _themes; id _loadDelegate; }