diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -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() } |
