summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 1 insertions, 11 deletions
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()
}