Merge lp:~townsend/compiz/fix-auto-vp-switch-0.9.10 into lp:compiz/0.9.10
Proposed by
Christopher Townsend
Status: | Merged |
---|---|
Approved by: | Brandon Schaefer |
Approved revision: | 3791 |
Merged at revision: | 3791 |
Proposed branch: | lp:~townsend/compiz/fix-auto-vp-switch-0.9.10 |
Merge into: | lp:compiz/0.9.10 |
Diff against target: |
55 lines (+21/-18) 1 file modified
plugins/wall/src/wall.cpp (+21/-18) |
To merge this branch: | bzr merge lp:~townsend/compiz/fix-auto-vp-switch-0.9.10 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Brandon Schaefer (community) | Approve | ||
Review via email: mp+186881@code.launchpad.net |
Commit message
Fix regression when selecting apps on a different viewport than the current one will no longer automatically switch the viewport.
Description of the change
= Issue =
A regression has occurred in which auto switching viewports no longer happens when using global Alt-Tab or selecting an app on the Launcher that is in a different viewport.
= Fix =
Be more smart about when to check for the optionGetAutoSw
To post a comment you must log in.
Confirmed fixes the issue, though we'll have to re-visit the other bug this was fixing :). This is a bigger thing to get fixed first.
LGTM