From 3abb0b92f481341bc80da3b971956e34d2f2ef07 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 May 2019 08:55:54 -0700 Subject: more variable name fixes Signed-off-by: Jeff Carr --- debug.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index 52aacd1..a058c8a 100644 --- a/debug.go +++ b/debug.go @@ -80,7 +80,7 @@ func addDebuggingButtons(wm *GuiWindow, vbox *ui.Box) { vbox.Append(CreateButton(wm, nil, nil, "Load test.json config file", "CONFIG", nil), false) } -func runTestHide(b *ButtonMap) { +func runTestHide(b *GuiButton) { /* log.Println("runTestHide START") Data.Window1.Box1.Hide() @@ -91,7 +91,7 @@ func runTestHide(b *ButtonMap) { */ } -func runPingClick(b *ButtonMap) { +func runPingClick(b *GuiButton) { log.Println("runPingClick START") log.Println("runTestExecClick b.VM", b.VM) hostname := "localhost" @@ -105,7 +105,7 @@ func runPingClick(b *ButtonMap) { log.Println("runPingClick END") } -func runTestExecClick(b *ButtonMap) { +func runTestExecClick(b *GuiButton) { log.Println("runTestExecClick START") if runtime.GOOS == "linux" { go runSimpleCommand("xterm -report-fonts") -- cgit v1.2.3