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)
|
log.Info("make devel patch set failed", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
all := pset.SortByFilename()
|
all := pset.Patches.SortByFilename()
|
||||||
for all.Scan() {
|
for all.Scan() {
|
||||||
p := all.Next()
|
p := all.Next()
|
||||||
log.Info("read in patch:", p.Filename)
|
log.Info("read in patch:", p.Filename)
|
||||||
|
|
Loading…
Reference in New Issue