From 467f7eeb7551fd2fa65d3c5fbb906d82f9bf433c Mon Sep 17 00:00:00 2001 From: Roustem Karimov Date: Wed, 25 May 2011 13:43:25 -0400 Subject: [PATCH] Using NSWorkspaceLaunchDefault in gitx cli. --- gitx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitx.m b/gitx.m index 8c1ae4e..fc8d309 100644 --- a/gitx.m +++ b/gitx.m @@ -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) {