summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 09:17:41 -0600
committerJeff Carr <[email protected]>2025-02-21 09:17:41 -0600
commit9ce889b4049e7caee899fd53244510d1c2c26501 (patch)
tree4697eb3379dbc30a48045bad90dd6e1514154fee
parentb672943d0eefa1b676b90c960e343afce956eee2 (diff)
testing dirty check
-rw-r--r--doGui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/doGui.go b/doGui.go
index 98dc89e..bc84555 100644
--- a/doGui.go
+++ b/doGui.go
@@ -45,8 +45,7 @@ func debug() {
tmp = fmt.Sprintf("writable (%d)", me.found.Len())
me.repoWritableB.SetLabel(tmp)
- me.found = new(gitpb.Repos)
- findDirty()
+ doDirty()
tmp = fmt.Sprintf("dirty (%d)", me.found.Len())
me.repoDirtyB.SetLabel(tmp)