diff --git a/main.go b/main.go index 82fc073..dff4d4c 100644 --- a/main.go +++ b/main.go @@ -95,6 +95,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri func repoworld() { reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.") reposwin.Make() + reposwin.StandardExit() reposbox = reposwin.Box().NewBox("bw vbox", false) reposgroup = reposbox.NewGroup("go repositories (read from ~/.config/myrepolist)")