summaryrefslogtreecommitdiffstats
path: root/pkg/gui/patch_building_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-21 09:12:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commitddf25e14afe5ddfc2527149c54ea55ea2e83610a (patch)
treea75ce97a36ce9ec3e4215c20e2a26e82fea81304 /pkg/gui/patch_building_panel.go
parent48f1adad49c01cf7f093e8f9921582690bef55a7 (diff)
allowing commit files to be viewed in reflog as well
Diffstat (limited to 'pkg/gui/patch_building_panel.go')
-rw-r--r--pkg/gui/patch_building_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/patch_building_panel.go b/pkg/gui/patch_building_panel.go
index a2b872f36..0df46fe8f 100644
--- a/pkg/gui/patch_building_panel.go
+++ b/pkg/gui/patch_building_panel.go
@@ -82,7 +82,7 @@ func (gui *Gui) handleEscapePatchBuildingPanel() error {
gui.GitCommand.PatchManager.Reset()
}
- return gui.switchContext(gui.Contexts.BranchCommits.Files.Context)
+ return gui.switchContext(gui.Contexts.CommitFiles.Context)
}
func (gui *Gui) refreshSecondaryPatchPanel() error {