aboutsummaryrefslogtreecommitdiff
path: root/core/ext/pm/project_browser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext/pm/project_browser.lua')
-rw-r--r--core/ext/pm/project_browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/pm/project_browser.lua b/core/ext/pm/project_browser.lua
index 9a6c078a..8c99194c 100644
--- a/core/ext/pm/project_browser.lua
+++ b/core/ext/pm/project_browser.lua
@@ -98,7 +98,7 @@ function get_context_menu(selected_item)
}
end
-function perform_menu_action(menu_item, menu_id, selected_item)
+function perform_menu_action(menu_id, selected_item)
local locale = textadept.locale
if menu_id == ID.NEW then
-- Close all open files and prompt the user to save a project file.