From 349d1f5e52d1a8311b2a94e4586435c1ba142d45 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 23 Feb 2011 18:22:08 +0100 Subject: [PATCH] AlternateTab: make it work with the mouse. Patch provided by Thomas Bouffon --- extensions/alternate-tab/extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/alternate-tab/extension.js b/extensions/alternate-tab/extension.js index 6db55e88..0e158c49 100644 --- a/extensions/alternate-tab/extension.js +++ b/extensions/alternate-tab/extension.js @@ -92,6 +92,7 @@ AltTabPopup2.prototype = { this.actor.connect('scroll-event', Lang.bind(this, this._onScroll)); this._appSwitcher = new WindowList(windows); + this._appSwitcher._altTabPopup=this; this._appSwitcher.highlight(0,false); this.actor.add_actor(this._appSwitcher.actor); this._appSwitcher.connect('item-activated', Lang.bind(this, this._appActivated));