diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2013-02-26 17:27:23 +0100 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2013-02-26 17:27:23 +0100 |
| commit | 45c5a550d05a10241333a55fe89c061791624042 (patch) | |
| tree | c35821250b83a8fa87ab48b73edf5af9a1922982 /plugins | |
| parent | af6ba40f32318f1d161bd339e644799cefa974e7 (diff) | |
Fix regression.
(bzr r3169.2.2)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index a15fe6535..a2f869520 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -2063,6 +2063,10 @@ bool UnityScreen::altTabNextWindowInitiate(CompAction* action, CompAction::State switcher_controller_->Select((switcher_controller_->StartIndex())); // always select the current application switcher_controller_->InitiateDetail(); } + else if (switcher_controller_->IsDetailViewShown()) + { + switcher_controller_->NextDetail(); + } else { switcher_controller_->SetDetail(true); |
