shorten name

This commit is contained in:
Jesse Duffield
2022-01-08 14:10:01 +11:00
parent c9a0cc6b30
commit 364c5db19c
37 changed files with 207 additions and 207 deletions

View File

@@ -39,7 +39,7 @@ func (gui *Gui) DecreaseContextInDiffView() error {
}
func (gui *Gui) CheckCanChangeContext() error {
if gui.GitCommand.Patch.PatchManager.Active() {
if gui.Git.Patch.PatchManager.Active() {
return errors.New(gui.Tr.CantChangeContextSizeError)
}