From 6b7af407e104f9315326b7c1abdc6404ba665b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 12 Aug 2019 14:01:57 +0200 Subject: [PATCH] barLevel: Remove duplicated assignment https://gitlab.gnome.org/GNOME/gnome-shell/issues/1500 --- js/ui/barLevel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/barLevel.js b/js/ui/barLevel.js index 489aec5d2..89f9d62d6 100644 --- a/js/ui/barLevel.js +++ b/js/ui/barLevel.js @@ -55,7 +55,6 @@ var BarLevel = GObject.registerClass({ if (this._value == value) return; - this._value = value; this._value = value; this.notify('value'); this.queue_repaint();