summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorBrandon Schaefer <brandontschaefer@gmail.com>2014-03-13 23:17:03 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-03-13 23:17:03 +0000
commit31e6127b7995c13cf3345bcaeb95476784ff40b8 (patch)
treeb5326594479988ccd0b36484075582cff2986cd2 /plugins/unityshell
parenta1cc7c27f90a19e6ca16cfbd950d37bd1e503627 (diff)
parentc1fee874364ff9040f0a4defcb3967b37998806f (diff)
Cleartool tips when entering alt+tab mode. Fixes: 1285889
(bzr r3723)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index ed4b60ae9..d670040da 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -2199,6 +2199,8 @@ bool UnityScreen::altTabInitiateCommon(CompAction* action, switcher::ShowMode sh
}
}
+ launcher_controller_->ClearTooltips();
+
/* Create a new keybinding for scroll buttons and current modifiers */
CompAction scroll_up;
CompAction scroll_down;