diff options
Diffstat (limited to 'repolist.go')
| -rw-r--r-- | repolist.go | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/repolist.go b/repolist.go index a03e247..069efc2 100644 --- a/repolist.go +++ b/repolist.go @@ -177,20 +177,14 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri } log.Warn("status window exists. trying TestDraw() here") newRepo.status.Toggle() - /// newRepo.status.Update() + setCurrentRepo(newRepo, "manually chosen", "notsure") + // newRepo.status.Update() }) - // newRepo.status = repostatus.New(me.myGui, newRepo.path) newRepo.status = repostatus.NewRepoStatusWindow(newRepo.path) newRepo.hidden = false newRepo.status.SetMainWorkingName(master) newRepo.status.SetDevelWorkingName(devel) newRepo.status.SetUserWorkingName(user) - /* - newRepo.status.SetDevelBranchName(devel) - newRepo.status.SetUserBranchName(user) - newRepo.status.Update() - newRepo.newScan() - */ me.allrepos[path] = newRepo } |
