Comment 4 for bug 959339

Revision history for this message
William Heslam (willheslam) wrote : Re: clicking on launcher item raises all app windows, not just most recently focussed

I've tracked down roughly where I think the code has changed to introduce this bug, but without an in-depth knowledge of the codebase (which I don't have!), I'm pretty lost as to where to go from here.

oneiric
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/unity/oneiric/view/head:/plugins/unityshell/src/BamfLauncherIcon.cpp#L73

precise:
http://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/plugins/unityshell/src/BamfLauncherIcon.cpp#L232

and the Focus function itself:

oneiric:
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/unity/oneiric/view/head:/plugins/unityshell/src/BamfLauncherIcon.cpp#L539

precise:
http://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/plugins/unityshell/src/BamfLauncherIcon.cpp#L554

Any ideas? I'm not a compiz dev or all that familiar with C++.