[gnome-shell] workspacesView: Fix typo
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] workspacesView: Fix typo
- Date: Tue, 23 Oct 2012 16:29:01 +0000 (UTC)
commit 96a80f7ba0d510bd38e90bf0f7d436018849cb9e
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 8114327..c5c1e67 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -928,7 +928,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]