diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2016-06-02 12:22:01 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2016-06-02 12:22:01 +0200 |
| commit | cb48f8335956072aec31e081cdc84a3059f8f6da (patch) | |
| tree | f3a6c564cf80a114b0cf999490850fc7a14d7afe /plugins/unityshell | |
| parent | 1b50bc472726ded1db2db5d747be168a6867d2ca (diff) | |
Use SwitcherController::SetDetail instad of detail=...
Fixes LP: #1587618 (bzr r4121.6.1)
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 f0c24f340..fd61024e2 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -2483,7 +2483,7 @@ bool UnityScreen::altTabNextWindowInitiate(CompAction* action, CompAction::State } else { - switcher_controller_->detail = true; + switcher_controller_->SetDetail(true); } action->setState(action->state() | CompAction::StateTermKey); |
