new .proto changes
This commit is contained in:
parent
2ca9624bed
commit
92bbfa1ebe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue