(application:openFile:): Calling to activateIgnoringOtherApps: added

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16650 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-05-06 14:25:05 +00:00
parent fc06370e9b
commit f91993363b

View file

@ -192,6 +192,7 @@
return NO;
}
[NSApp activateIgnoringOtherApps:YES];
return [projectManager openProjectAt:fileName];
}