mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Trivial fix to make it compile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5784 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
15d0a56339
commit
0b4df72f7b
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ static NSMapTable *docMap = 0;
|
|||
|
||||
- (BOOL) activate
|
||||
{
|
||||
[window makeKeyAndOrderFront: self];
|
||||
[[self window] makeKeyAndOrderFront: self];
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
@ -430,7 +430,7 @@ static NSMapTable *docMap = 0;
|
|||
|
||||
- (void) orderFront
|
||||
{
|
||||
[window orderFront: self];
|
||||
[[self window] orderFront: self];
|
||||
}
|
||||
|
||||
- (void) pasteInSelection
|
||||
|
|
Loading…
Reference in a new issue