autogenpb
This commit is contained in:
parent
8f4f351885
commit
112c2d37d8
|
@ -37,8 +37,8 @@ func makeReposWin() *gadgets.GenericWindow {
|
||||||
me.forge.PrintHumanTable(found)
|
me.forge.PrintHumanTable(found)
|
||||||
found2 := findDirty()
|
found2 := findDirty()
|
||||||
me.forge.PrintHumanTable(found2)
|
me.forge.PrintHumanTable(found2)
|
||||||
tb.Update()
|
// tb.Update()
|
||||||
tb.UpdateTable(found2)
|
// tb.UpdateTable(found2)
|
||||||
})
|
})
|
||||||
hbox.NewButton("delete table", func() {
|
hbox.NewButton("delete table", func() {
|
||||||
tb.Delete()
|
tb.Delete()
|
||||||
|
|
Loading…
Reference in New Issue