From 4bf23793574fb57d749cf6a213195b195f957017 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Nov 2024 05:30:56 -0600 Subject: better control file value handling --- addRepo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addRepo.go') 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) -- cgit v1.2.3