Skip to content

Commit

Permalink
Merge pull request laullon#167 from tiennou/fix/open-on-current-space
Browse files Browse the repository at this point in the history
Activate GitX after opening the repository
  • Loading branch information
tiennou authored Jan 28, 2019
2 parents bd34cb3 + 2f90a3d commit 77c975e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/gitx.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ void handleOpenRepository(NSURL *repositoryURL, NSArray *arguments)
{
GitXApplication *gitXApp = [SBApplication applicationWithBundleIdentifier:kGitXBundleIdentifier];
[gitXApp setSendMode:kAENoReply];
[gitXApp activate];
[gitXApp open:repositoryURL withOptions:arguments];
[gitXApp activate];
return;
}

Expand Down

0 comments on commit 77c975e

Please sign in to comment.