mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:40:38 +00:00
Updated calls to setStringValue: to use @"" rather than nil
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11224 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f802c0d1c
commit
ae31bc8fce
2 changed files with 2 additions and 2 deletions
|
@ -863,7 +863,7 @@ static BOOL _gs_display_reading_progress = NO;
|
|||
case NSLeftArrowFunctionKey:
|
||||
case NSRightArrowFunctionKey:
|
||||
[_form abortEditing];
|
||||
[[_form cellAtIndex:0] setStringValue:nil];
|
||||
[[_form cellAtIndex:0] setStringValue: @""];
|
||||
[_browser keyDown:theEvent];
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue