From fea46f4c0ae86c481fb8c0de830581186e97e5c1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 01:55:22 -0600 Subject: compiles and runs Signed-off-by: Jeff Carr --- main.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 4115f17..c161498 100644 --- a/main.go +++ b/main.go @@ -88,7 +88,7 @@ func autotypistWindow() { // This creates a window func repoworld() { - reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.") + reposwin = gadgets.NewBasicWindow(myGui, "All git repositories in ~/go/src/") reposwin.Make() // reposwin.StandardExit() @@ -118,14 +118,4 @@ func repoworld() { if ubranch == "" { ubranch = usr.Username } addRepo(reposgrid, path, mbranch, dbranch, ubranch) } - - /* - box2 := reposwin.Box().NewBox("bw vbox", false) - - globalDisplayOptions(box2) - globalBuildOptions(box2) - globalResetOptions(box2) - */ - - // reposwin.Draw() } -- cgit v1.2.3