You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixeslinuxmint/mint20.2-beta#20.
0 commit comments