summaryrefslogtreecommitdiff
path: root/viewAutotypist.go
diff options
context:
space:
mode:
Diffstat (limited to 'viewAutotypist.go')
-rw-r--r--viewAutotypist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewAutotypist.go b/viewAutotypist.go
index b0a07eb..2a079a8 100644
--- a/viewAutotypist.go
+++ b/viewAutotypist.go
@@ -9,7 +9,7 @@ func AutotypistView(parent *gui.Node) *RepoList {
return me
}
me = new(RepoList)
- me.allrepos = make(map[string]*Repo)
+ me.allrepos = make(map[string]*RepoRow)
me.viewName = "autotypist"
// me.reposbox = gui.RawBox()