diff options
Diffstat (limited to 'core/.browser.lua')
-rw-r--r-- | core/.browser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.browser.lua b/core/.browser.lua index a9ba1272..a9bb2ac1 100644 --- a/core/.browser.lua +++ b/core/.browser.lua @@ -63,7 +63,7 @@ function get_context_menu(selected_item) -- @param menu_id The numeric ID of the menu item. -- @param selected_item Identical to 'full_path' in pm.get_contents_for. -- @see pm.get_contents_for -function perform_menu_action(menu_item, selected_item) +function perform_menu_action(menu_id, selected_item) --- -- Toggles the width of the project manager. |