diff options
| author | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-03-13 23:17:03 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-13 23:17:03 +0000 |
| commit | 31e6127b7995c13cf3345bcaeb95476784ff40b8 (patch) | |
| tree | b5326594479988ccd0b36484075582cff2986cd2 /plugins/unityshell | |
| parent | a1cc7c27f90a19e6ca16cfbd950d37bd1e503627 (diff) | |
| parent | c1fee874364ff9040f0a4defcb3967b37998806f (diff) | |
Cleartool tips when entering alt+tab mode. Fixes: 1285889
(bzr r3723)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 2 |
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; |
