Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nemo-view.c: Clear extension menu items during real_update_menus.
Extension menu items take a reference to the file selection, and this reference isn't cleared until the next time the extension menu items are fetched (via GClosureNotify), which, as of f5124bc is only done during a right-click. Instead, clear the extension actions when real_update_menus runs, which includes after a selection change, and during view location changes. Fixes linuxmint/mint20.2-beta#20.
- Loading branch information
001912f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch doesn't work - it makes a problem with the submenu.
without the patch:
with the patch: