diff options
Diffstat (limited to 'listWindow.go')
| -rw-r--r-- | listWindow.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/listWindow.go b/listWindow.go index 87216ff..6290c99 100644 --- a/listWindow.go +++ b/listWindow.go @@ -23,7 +23,7 @@ var lw *gadgets.BasicWindow var allsections []*section type witRepo struct { - hidden bool + hidden bool sec *section path *gui.Node downloadB *gui.Node @@ -108,7 +108,7 @@ func ListWindow(view *repolist.RepoList) *gadgets.BasicWindow { var lines []string var currents *section - currents = NewSection(group, "local " + view.Cfgfile()) + currents = NewSection(group, "local "+view.Cfgfile()) for i, line := range myrepolist(view.Cfgfile()) { line = strings.TrimSpace(line) if line == "" { |
