[appDisplay] port from ShellMenu to PopupMenu

This fixes the style, and also makes it keyboard navigable

https://bugzilla.gnome.org/show_bug.cgi?id=619541
This commit is contained in:
Dan Winship
2010-05-20 11:18:46 -04:00
parent 7fbf8ae4c9
commit 748739ed9c
3 changed files with 77 additions and 184 deletions

View File

@ -736,6 +736,9 @@ Workspace.prototype = {
* Draw the user's attention to the given window @metaWindow.
*/
setHighlightWindow: function (metaWindow) {
if (!this._lightbox)
return;
let actor;
if (metaWindow != null) {
let clone = this.lookupCloneForMetaWindow(metaWindow);