ctrlAltTab: Remove a "window" parameter leftover

Commit 1f46a0d removed support for the items "window" parameter but
there was an occurence left.

https://bugzilla.gnome.org/show_bug.cgi?id=690312
This commit is contained in:
Stéphane Démurget 2012-12-16 22:56:40 +01:00
parent eff8ec00c4
commit 3bd5563a7e

View File

@ -102,8 +102,7 @@ const CtrlAltTabManager = new Lang.Class({
icon = app.create_icon_texture(POPUP_APPICON_SIZE);
else
icon = textureCache.bind_pixbuf_property(windows[i], 'icon');
items.push({ window: windows[i],
name: windows[i].title,
items.push({ name: windows[i].title,
iconActor: icon,
sortGroup: SortGroup.MIDDLE });
}