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 f67127f..cbe2c57 100644
--- a/doGui.go
+++ b/doGui.go
@@ -49,7 +49,7 @@ func debug() {
}
doCheckDirtyAndConfigSave()
- found := findDirty()
+ found := me.forge.FindDirty()
dirty := found.Len()
if me.repoDirtyB != nil {