alternate-tab: make the highlight square again

Fixes a regression from a78a16b4a7
This commit is contained in:
Giovanni Campagna
2012-09-05 00:36:28 +02:00
parent 56f6eccc82
commit c5181cda46
+1 -1
View File
@@ -395,7 +395,7 @@ const WindowList = new Lang.Class({
Extends: AltTab.SwitcherList,
_init : function(windows, settings) {
this.parent(false);
this.parent(true);
this.windows = windows;
this.icons = [];