mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:30:47 +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
58a8cc6c6e
commit
85a2796f5e
2 changed files with 6 additions and 4 deletions
|
@ -414,10 +414,6 @@ void GSBindingInvokeAction(NSString *targetKey, NSString *argumentKey,
|
|||
{
|
||||
placeholder = [options objectForKey:
|
||||
NSNullPlaceholderBindingOption];
|
||||
if (placeholder == nil)
|
||||
{
|
||||
placeholder = @"";
|
||||
}
|
||||
return placeholder;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue