Expose title binding

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2012-09-04 16:48:08 +00:00
parent 0c5c7ed17e
commit 508b45d371

View file

@ -63,6 +63,7 @@
#import "AppKit/NSTextContainer.h"
#import "AppKit/NSView.h"
#import "AppKit/NSWindow.h"
#import "AppKit/NSKeyValueBinding.h"
#import "GNUstepGUI/GSTheme.h"
#import "GSGuiPrivate.h"
@ -116,6 +117,9 @@ static NSColor *dtxtCol;
name: NSSystemColorsDidChangeNotification
object: nil];
[self _systemColorsChanged: nil];
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
[self exposeBinding: NSTitleBinding];
#endif
}
}