Using NSWorkspaceLaunchDefault in gitx cli.

This commit is contained in:
Roustem Karimov
2011-05-25 13:43:25 -04:00
parent 883aa1af83
commit 467f7eeb75
+1 -1
View File
@@ -169,7 +169,7 @@ void handleOpenRepository(NSURL *repositoryURL, NSMutableArray *arguments)
// this allows the repository document to modify itself before it shows it's GUI
BOOL didOpenURLs = [[NSWorkspace sharedWorkspace] openURLs:[NSArray arrayWithObject:repositoryURL]
withAppBundleIdentifier:kGitXBundleIdentifier
options:0
options:NSWorkspaceLaunchDefault
additionalEventParamDescriptor:recordDescriptor
launchIdentifiers:NULL];
if (!didOpenURLs) {