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