window-list: update for gnome-shell changes

Shell.WindowTracker.is_window_interesting() was removed, and
replaced with the skip_taskbar MetaWindow property.
This commit is contained in:
Giovanni Campagna
2014-02-05 00:42:25 +01:00
parent d566ffbb8f
commit 68adf77012
+1 -1
View File
@@ -876,7 +876,7 @@ const WindowList = new Lang.Class({
},
_onWindowAdded: function(ws, win) {
if (!Shell.WindowTracker.get_default().is_window_interesting(win))
if (win.skip_taskbar)
return;
if (this._grouped)