From 18bb3e98b4ac7b7c002dc50558e5b81fca9b6d6e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 23 Feb 2024 09:01:33 -0600 Subject: [PATCH] rename to repolist.RepoRow --- globalDisplayOptions.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 06e34f5..6fa4021 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -9,7 +9,7 @@ import ( "go.wit.com/log" ) -func hideFunction(r *repolist.Repo) { +func hideFunction(r *repolist.RepoRow) { if r.Status.IsDirty() { r.Show() return @@ -29,7 +29,7 @@ func hideFunction(r *repolist.Repo) { r.Show() } -func hideFunction2(repo *repolist.Repo) { +func hideFunction2(repo *repolist.RepoRow) { if me.autoHideReadOnly.Checked() { if repo.Status.ReadOnly() { return