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
=== modified file 'plugins/unityshell/src/unityshell.cpp'
--- plugins/unityshell/src/unityshell.cpp 2016-05-17 02:56:14 +0000
+++ plugins/unityshell/src/unityshell.cpp 2016-06-02 10:23:30 +0000
@@ -2483,7 +2483,7 @@
2483 }2483 }
2484 else2484 else
2485 {2485 {
2486 switcher_controller_->detail = true;2486 switcher_controller_->SetDetail(true);
2487 }2487 }
24882488
2489 action->setState(action->state() | CompAction::StateTermKey);2489 action->setState(action->state() | CompAction::StateTermKey);