Merge lp:~azzar1/unity/alt-backtick-on-desktop-icon into lp:unity

Proposed by Andrea Azzarone
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 4128
Proposed branch: lp:~azzar1/unity/alt-backtick-on-desktop-icon
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/src/unityshell.cpp (+1/-1)
To merge this branch: bzr merge lp:~azzar1/unity/alt-backtick-on-desktop-icon
Reviewer Review Type Date Requested Status
Eleni Maria Stea (community) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+296306@code.launchpad.net

Commit message

Use SwitcherController::SetDetail instead of detail=...

Description of the change

Use SwitcherController::SetDetail instead of detail=...

To post a comment you must log in.
Revision history for this message
Eleni Maria Stea (hikiko) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/src/unityshell.cpp'
2--- plugins/unityshell/src/unityshell.cpp 2016-05-17 02:56:14 +0000
3+++ plugins/unityshell/src/unityshell.cpp 2016-06-02 10:23:30 +0000
4@@ -2483,7 +2483,7 @@
5 }
6 else
7 {
8- switcher_controller_->detail = true;
9+ switcher_controller_->SetDetail(true);
10 }
11
12 action->setState(action->state() | CompAction::StateTermKey);