diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2016-06-06 14:28:23 +0000 |
|---|---|---|
| committer | Bileto Bot <ci-train-bot@canonical.com> | 2016-06-06 14:28:23 +0000 |
| commit | ab1b59be038eeeebcf66cd7baeb9a92222c9f5a5 (patch) | |
| tree | 976f36335e239c553eb396937126346839507e80 /plugins/unityshell | |
| parent | 42f0329eabd0cf31b08f331d55c08a0d1fd3afe5 (diff) | |
| parent | cb48f8335956072aec31e081cdc84a3059f8f6da (diff) | |
Use SwitcherController::SetDetail instead of detail=... (LP: #1587618)
(bzr r4128)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index 9cc93bae1..6fd134a32 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -2486,7 +2486,7 @@ bool UnityScreen::altTabNextWindowInitiate(CompAction* action, CompAction::State } else { - switcher_controller_->detail = true; + switcher_controller_->SetDetail(true); } action->setState(action->state() | CompAction::StateTermKey); |
