summaryrefslogtreecommitdiff
path: root/windowEvents.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-22 20:49:47 -0500
committerJeff Carr <[email protected]>2025-04-22 20:49:47 -0500
commitc8a50fbb18770d60f0d943a06687405b5f51feee (patch)
tree4ea829c4a42f4aaecffa33aa3d36233694e7031b /windowEvents.go
parent4332b3d31a6973a42432d556ae6df3ef721a36fe (diff)
sends an edit eventv0.2.54
Diffstat (limited to 'windowEvents.go')
-rw-r--r--windowEvents.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/windowEvents.go b/windowEvents.go
index 912dc2e..d9d5d55 100644
--- a/windowEvents.go
+++ b/windowEvents.go
@@ -61,7 +61,7 @@ func (dw *stdEventTableWin) doStdEvents(pb *virtpb.Events) {
t.SetParent(dw.box)
// pick the columns
- t.AddDroplet()
+ t.AddDropletName()
t.AddDropletUuid()
t.AddHypervisor()