mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-24 17:32:42 +00:00
Fix coding bugs etc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14808 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
20247dac50
commit
a19302360b
4 changed files with 15 additions and 11 deletions
|
@ -1445,12 +1445,12 @@ static SEL getSel;
|
|||
|
||||
- (id) nextText
|
||||
{
|
||||
return _nextKeyView;
|
||||
return [self nextKeyView];
|
||||
}
|
||||
|
||||
- (id) previousText
|
||||
{
|
||||
return _previousKeyView;
|
||||
return [self previousKeyView];
|
||||
}
|
||||
|
||||
- (void) textDidBeginEditing: (NSNotification *)aNotification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue