summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2013-02-26 17:27:23 +0100
committerAndrea Azzarone <azzaronea@gmail.com>2013-02-26 17:27:23 +0100
commit45c5a550d05a10241333a55fe89c061791624042 (patch)
treec35821250b83a8fa87ab48b73edf5af9a1922982 /plugins
parentaf6ba40f32318f1d161bd339e644799cefa974e7 (diff)
Fix regression.
(bzr r3169.2.2)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/unityshell.cpp4
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);