mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
Fixed a bug which caused PC to crash when an external GS editor was used, thx
to Richard for pointing me to the right place! git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
29d6aeb29f
commit
b317904de7
1 changed files with 3 additions and 1 deletions
|
@ -125,10 +125,12 @@
|
|||
if([[ud objectForKey:ExternalEditor] isEqualToString:@"YES"])
|
||||
{
|
||||
[PCEditorController openFileInEditor:path];
|
||||
|
||||
return nil;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self internalEditorForFile:path];
|
||||
return [self internalEditorForFile:path];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue