mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 08:31:06 +00:00
actually set arguments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be30cbfa45
commit
684a1b9836
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ static NSImage *downImage = nil;
|
|||
|
||||
args = [NSArray arrayWithObjects:[NSString stringWithFormat:@"%d", subProcessId], nil];
|
||||
t = [NSTask new];
|
||||
[t setArguments: args];
|
||||
[t setLaunchPath:@"tskill.exe"];
|
||||
[t launch];
|
||||
[t release];
|
||||
|
|
Loading…
Reference in a new issue