From c4252d21031ed432405be6a4f008831732068101 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Aug 2025 12:16:38 -0500 Subject: maybe locks will work. maybe I can make a global repos.pb file? --- windowReposNew.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'windowReposNew.go') diff --git a/windowReposNew.go b/windowReposNew.go index 2469205..3651d82 100644 --- a/windowReposNew.go +++ b/windowReposNew.go @@ -93,7 +93,7 @@ func makeReposWinNew() *gadgets.GenericWindow { if !me.forge.Config.IsFavorite(repo.GetGoPath()) { continue } - found.AppendByGoPath(repo) + found.AppendByFullPath(repo) } // make the window for the first time @@ -117,7 +117,7 @@ func makeReposWinNew() *gadgets.GenericWindow { if me.forge.Config.IsReadOnly(repo.GetGoPath()) { continue } - found.AppendByGoPath(repo) + found.AppendByFullPath(repo) } // make the window for the first time @@ -138,7 +138,7 @@ func makeReposWinNew() *gadgets.GenericWindow { all := me.forge.Repos.SortByFullPath() for all.Scan() { repo := all.Next() - found.AppendByGoPath(repo) + found.AppendByFullPath(repo) } // display the protobuf -- cgit v1.2.3