summaryrefslogtreecommitdiffstats
path: root/pkg/gui/workspace_reset_options_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-02-14 23:39:02 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-02-15 08:47:36 +1100
commit5b9996b16fcec17b3e0e8725ad91828e2d2e7961 (patch)
tree9a02a1fd2f5845aa55f9cfee6c0e70afa0724a75 /pkg/gui/workspace_reset_options_panel.go
parent6fdc1791e4197a4149e80323c72ea00d6317bd74 (diff)
remove old createMenu function
Diffstat (limited to 'pkg/gui/workspace_reset_options_panel.go')
-rw-r--r--pkg/gui/workspace_reset_options_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/workspace_reset_options_panel.go b/pkg/gui/workspace_reset_options_panel.go
index 5f92c0efb..6cc3f8da0 100644
--- a/pkg/gui/workspace_reset_options_panel.go
+++ b/pkg/gui/workspace_reset_options_panel.go
@@ -89,5 +89,5 @@ func (gui *Gui) handleCreateResetMenu(g *gocui.Gui, v *gocui.View) error {
},
}
- return gui.createMenuNew("", menuItems, createMenuOptions{showCancel: true})
+ return gui.createMenu("", menuItems, createMenuOptions{showCancel: true})
}