[gnome-shell] lookingGlass: Remove old signal handler



commit 4f7c554d8d23054be7115135b2e0ef0b58e255eb
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Jul 14 20:56:36 2012 -0400

    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 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js
index 5801d1f..d28d2a2 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 selection>', window);
-        }));
         notebook.appendPage('Windows', this._windowList.actor);
 
         this._memory = new Memory();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]