diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -214,7 +214,8 @@ func drawWindow(win *gadgets.GenericWindow) { }) */ - var reposWin *gadgets.GenericWindow + // var reposWin *gadgets.GenericWindow + var reposWin *stdReposTableWin me.reposWinB = gridM.NewButton("Repos", func() { if reposWin != nil { reposWin.Toggle() @@ -308,6 +309,7 @@ func forgeSwitchMode(newMode forgepb.ForgeMode) { // this is the magic that generates a window directly from the protocol buffer func makeStandardReposGrid(pb *gitpb.Repos) *gitpb.ReposTable { t := pb.NewTable("testDirty") + t.NewUuid() sf := t.AddStringFunc("repo", func(r *gitpb.Repo) string { return r.GetGoPath() }) |
