summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 8a552b3..0e8664e 100644
--- a/doGui.go
+++ b/doGui.go
@@ -207,7 +207,7 @@ func makeEventsWindow(pb *virtpb.Events) *gadgets.GenericWindow {
t := pb.NewTable("test 2")
t.NewUuid()
t.SetParent(tbox)
- t.AddDroplet()
+ t.AddDropletName()
t.AddHypervisor()
t.ShowTable()
return win