Skip to content

Commit 77c975e

Browse files
authored
Merge pull request laullon#167 from tiennou/fix/open-on-current-space
Activate GitX after opening the repository
2 parents bd34cb3 + 2f90a3d commit 77c975e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/gitx.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ void handleOpenRepository(NSURL *repositoryURL, NSArray *arguments)
121121
{
122122
GitXApplication *gitXApp = [SBApplication applicationWithBundleIdentifier:kGitXBundleIdentifier];
123123
[gitXApp setSendMode:kAENoReply];
124-
[gitXApp activate];
125124
[gitXApp open:repositoryURL withOptions:arguments];
125+
[gitXApp activate];
126126
return;
127127
}
128128

0 commit comments

Comments
 (0)