new .proto changes

This commit is contained in:
Jeff Carr 2025-01-13 08:10:37 -06:00
parent 2ca9624bed
commit 92bbfa1ebe
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ func (r *repoWindow) repoMenu() *gui.Node {
log.Info("make devel patch set failed", err)
return
}
all := pset.SortByFilename()
all := pset.Patches.SortByFilename()
for all.Scan() {
p := all.Next()
log.Info("read in patch:", p.Filename)