Skip to content

containments/desktop: fix warning, call proper function with modifier

Mike Noe requested to merge (removed):fixupdateselected into master

Code was calling updateSelection improperly with the wrong args, throwing warnings, yet it was still actually selecting the desktop item.

Remove the incorrect qualified call and use the proper arg.

Merge request reports