summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-15 16:52:04 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-15 18:01:43 +1000
commit17b84e09c0ecedacfb0d0ea9c6cb9f48511f203a (patch)
treeaf71ba5dad4e169765dbd7efb4e7a1377edaa159 /pkg/gui/branches_panel.go
parent43f8bae267e57a8ff642173746f5384d533848a9 (diff)
fix remote branches select sig
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index 1222fe3f3..8752ada99 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -521,7 +521,7 @@ func (gui *Gui) onBranchesPanelSearchSelect(selectedLine int) error {
return gui.handleRemoteSelect()
case "remote-branches":
gui.State.Panels.RemoteBranches.SelectedLine = selectedLine
- return gui.handleRemoteBranchSelect(gui.g, branchesView)
+ return gui.handleRemoteBranchSelect()
}
return nil
}