[gnome-shell/gnome-3-6] workspacesView: Fix typo



commit 0ee977080da3304061e26c26880fd598de53048d
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Oct 19 20:03:05 2012 +0200

    workspacesView: Fix typo
    
    We want to check for a setting, not the existence of a function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686487

 js/ui/workspacesView.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index edb636b..da3b0cd 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -932,7 +932,7 @@ const WorkspacesDisplay = new Lang.Class({
             let monitors = Main.layoutManager.monitors;
             let m = 0;
             for (let i = 0; i < monitors.length; i++) {
-                if (this._workspacesOnlyOnPrimaryChanged &&
+                if (this._workspacesOnlyOnPrimary &&
                     i != this._primaryIndex)
                     continue;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]