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
This commit is contained in:
parent
8b81f23caf
commit
4f7c554d8d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user