summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2016-06-02 12:22:01 +0200
committerAndrea Azzarone <azzaronea@gmail.com>2016-06-02 12:22:01 +0200
commitcb48f8335956072aec31e081cdc84a3059f8f6da (patch)
treef3a6c564cf80a114b0cf999490850fc7a14d7afe /plugins/unityshell
parent1b50bc472726ded1db2db5d747be168a6867d2ca (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.cpp2
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);