diff options
Diffstat (limited to 'addRepo.go')
| -rw-r--r-- | addRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ func (c *controlBox) addRepo(path string) { stamp := time.Now().UTC().Format("2006/01/02 15:04:05 UTC") c.buildDate.SetText(stamp) - c.tagDate = gadgets.NewOneLiner(c.grid, "git tag Date") + c.tagDate = gadgets.NewBasicEntry(c.grid, "git tag Date") c.grid.NextRow() err, repo := repostatus.NewRepoStatusWindow(path) |
