diff options
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ func New(p *gui.Node, path string) *RepoStatus { repopath: path, } rs.tags = make(map[string]string) - rs.window = gadgets.NewBasicWindow(p, "GO Repo Details") + rs.window = gadgets.NewBasicWindow(p, "GO Repo Details " + path) rs.ready = true return rs } |
