From 4f7c554d8d23054be7115135b2e0ef0b58e255eb Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 14 Jul 2012 20:56:36 -0400 Subject: [PATCH] lookingGlass: Remove old signal handler This 'selected' signal is from the days of the "Heirarchy" tab, before it was replaced by the "Windows" tab. Those were the days. https://bugzilla.gnome.org/show_bug.cgi?id=679944 --- js/ui/lookingGlass.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js index 5801d1f56..d28d2a2e6 100644 --- a/js/ui/lookingGlass.js +++ b/js/ui/lookingGlass.js @@ -907,10 +907,6 @@ const LookingGlass = new Lang.Class({ this._entryArea.add(this._entry, { expand: true }); this._windowList = new WindowList(); - this._windowList.connect('selected', Lang.bind(this, function(list, window) { - notebook.selectIndex(0); - this._pushResult('', window); - })); notebook.appendPage('Windows', this._windowList.actor); this._memory = new Memory();