[gnome-shell-extensions] AlternateTab: make it work with the mouse.
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] AlternateTab: make it work with the mouse.
- Date: Wed, 23 Feb 2011 18:08:43 +0000 (UTC)
commit 349d1f5e52d1a8311b2a94e4586435c1ba142d45
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Wed Feb 23 18:22:08 2011 +0100
AlternateTab: make it work with the mouse.
Patch provided by Thomas Bouffon <thomas bouffon gmail com>
extensions/alternate-tab/extension.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/extensions/alternate-tab/extension.js b/extensions/alternate-tab/extension.js
index 6db55e8..0e158c4 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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]