[gnome-shell] window-manager: Fix variable name
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] window-manager: Fix variable name
- Date: Tue, 8 Nov 2011 00:57:43 +0000 (UTC)
commit b71e66c335fb03b096568afb07039a4fe27f3682
Author: fry <thomassc ee oulu fi>
Date: Mon Oct 24 11:39:01 2011 +0200
window-manager: Fix variable name
In _shouldAnimate() _animationBlockCount was referred to as
_animationsBlocked, fix this.
https://bugzilla.gnome.org/show_bug.cgi?id=662394
js/ui/windowManager.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
index 473e9ba..d827b22 100644
--- a/js/ui/windowManager.js
+++ b/js/ui/windowManager.js
@@ -160,7 +160,7 @@ WindowManager.prototype = {
},
_shouldAnimate : function(actor) {
- if (Main.overview.visible || this._animationsBlocked > 0)
+ if (Main.overview.visible || this._animationBlockCount > 0)
return false;
if (actor && (actor.meta_window.get_window_type() != Meta.WindowType.NORMAL))
return false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]