summaryrefslogtreecommitdiff
path: root/vmBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 12:21:10 -0700
committerJeff Carr <[email protected]>2019-05-29 12:21:10 -0700
commit2dabe5eb9f5722b3d498af03fed274e2d248a6c8 (patch)
treee2760733cbbedd187abdcc0d3c686c891b10ce53 /vmBox.go
parent73804529267500c49f6321d2fb33c028c2c2fbef (diff)
more dereferencing of *ui.Area
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'vmBox.go')
-rw-r--r--vmBox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmBox.go b/vmBox.go
index 9213743..37391e5 100644
--- a/vmBox.go
+++ b/vmBox.go
@@ -43,7 +43,7 @@ func ShowVM() {
}
func AddVmConfigureTab(name string, pbVM *pb.Event_VM) {
- CreateVmBox(window1.T, Data.CurrentVM)
+ CreateVmBox(Data.Window1.T, Data.CurrentVM)
}
func CreateVmBox(tab *ui.Tab, vm *pb.Event_VM) {