rename to repolist.RepoRow
This commit is contained in:
parent
9e6207ff38
commit
18bb3e98b4
|
@ -9,7 +9,7 @@ import (
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
func hideFunction(r *repolist.Repo) {
|
func hideFunction(r *repolist.RepoRow) {
|
||||||
if r.Status.IsDirty() {
|
if r.Status.IsDirty() {
|
||||||
r.Show()
|
r.Show()
|
||||||
return
|
return
|
||||||
|
@ -29,7 +29,7 @@ func hideFunction(r *repolist.Repo) {
|
||||||
r.Show()
|
r.Show()
|
||||||
}
|
}
|
||||||
|
|
||||||
func hideFunction2(repo *repolist.Repo) {
|
func hideFunction2(repo *repolist.RepoRow) {
|
||||||
if me.autoHideReadOnly.Checked() {
|
if me.autoHideReadOnly.Checked() {
|
||||||
if repo.Status.ReadOnly() {
|
if repo.Status.ReadOnly() {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue