summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 7d91db7..c8c997a 100644
--- a/doGui.go
+++ b/doGui.go
@@ -237,7 +237,7 @@ func drawWindow(win *gadgets.GenericWindow) {
all := me.psets.All()
for all.Scan() {
pset := all.Next()
- AddNotDonePatches(notdone, pset)
+ AddNotDonePatches(notdone, pset, false)
}
for patch := range notdone.IterAll() {