mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
* Source/NSKeyValueBinding.m ([GSKeyValueBinding-transformValue:withOptions:]):
Don't use @"" when no null placeholder is defined. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34135 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d0e9108ba
commit
d0d0df78ee
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-11-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSKeyValueBinding.m
|
||||
([GSKeyValueBinding-transformValue:withOptions:]): Don't use @""
|
||||
when no null placeholder is defined.
|
||||
|
||||
2011-11-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSColorWell.m (-objectValue, -setObjectValue:,
|
||||
|
|
|
@ -414,10 +414,6 @@ void GSBindingInvokeAction(NSString *targetKey, NSString *argumentKey,
|
|||
{
|
||||
placeholder = [options objectForKey:
|
||||
NSNullPlaceholderBindingOption];
|
||||
if (placeholder == nil)
|
||||
{
|
||||
placeholder = @"";
|
||||
}
|
||||
return placeholder;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue