summaryrefslogtreecommitdiff
path: root/addRepo.go
diff options
context:
space:
mode:
Diffstat (limited to 'addRepo.go')
-rw-r--r--addRepo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/addRepo.go b/addRepo.go
index 6f6e7f4..279892c 100644
--- a/addRepo.go
+++ b/addRepo.go
@@ -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)