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:
parent
eff8ec00c4
commit
3bd5563a7e
@ -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 });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user