make the main window do os.Exit()
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
ed4c017bc9
commit
46dbb77317
1
main.go
1
main.go
|
@ -95,6 +95,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri
|
||||||
func repoworld() {
|
func repoworld() {
|
||||||
reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.")
|
reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.")
|
||||||
reposwin.Make()
|
reposwin.Make()
|
||||||
|
reposwin.StandardExit()
|
||||||
|
|
||||||
reposbox = reposwin.Box().NewBox("bw vbox", false)
|
reposbox = reposwin.Box().NewBox("bw vbox", false)
|
||||||
reposgroup = reposbox.NewGroup("go repositories (read from ~/.config/myrepolist)")
|
reposgroup = reposbox.NewGroup("go repositories (read from ~/.config/myrepolist)")
|
||||||
|
|
Loading…
Reference in New Issue