[gnome-shell-extensions] auto-move-windows: Adjust to API changes
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] auto-move-windows: Adjust to API changes
- Date: Tue, 11 Feb 2014 16:17:41 +0000 (UTC)
commit 0bcb1571da2db660b1f3a626e894838d9b6c4ae0
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Feb 11 15:54:24 2014 +0100
auto-move-windows: Adjust to API changes
https://bugzilla.gnome.org/show_bug.cgi?id=724119
extensions/auto-move-windows/extension.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/auto-move-windows/extension.js b/extensions/auto-move-windows/extension.js
index 3f4240d..a1cbd09 100644
--- a/extensions/auto-move-windows/extension.js
+++ b/extensions/auto-move-windows/extension.js
@@ -46,7 +46,7 @@ const WindowMover = new Lang.Class({
},
_findAndMove: function(display, window, noRecurse) {
- if (!this._windowTracker.is_window_interesting(window))
+ if (window.skip_taskbar)
return;
let spaces = this._settings.get_strv(SETTINGS_KEY);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]