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();