keep cleaning

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-01 01:32:45 -07:00
parent d1dafb54dd
commit 74f28daf0a
1 changed files with 2 additions and 2 deletions

View File

@ -225,14 +225,14 @@ func mainMouseClick(b *gui.GuiButton) {
gui.Data.State = "done" gui.Data.State = "done"
return return
} else if (gui.Data.State == "account1") { } else if (gui.Data.State == "account1") {
gui.ShowAccountTab(gw, 0) // gui.ShowAccountTab(gw, 0)
gui.Data.State = "main" gui.Data.State = "main"
return return
} }
} else if (b.Action == "ADD TAB") { } else if (b.Action == "ADD TAB") {
log.Println("\tADD TAB TRY b.Action = ", b.Action) log.Println("\tADD TAB TRY b.Action = ", b.Action)
log.Println("\tADD TAB TRY gui.ShowAccountTab(-1)") log.Println("\tADD TAB TRY gui.ShowAccountTab(-1)")
gui.ShowAccountTab(gw, -1) // gui.ShowAccountTab(gw, -1)
gui.Data.State = "done" gui.Data.State = "done"
return return
} else if (b.Action == "QUIT") { } else if (b.Action == "QUIT") {