barLevel: Remove duplicated assignment
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1500
This commit is contained in:
parent
d67c64af83
commit
6b7af407e1
@ -55,7 +55,6 @@ var BarLevel = GObject.registerClass({
|
|||||||
if (this._value == value)
|
if (this._value == value)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this._value = value;
|
|
||||||
this._value = value;
|
this._value = value;
|
||||||
this.notify('value');
|
this.notify('value');
|
||||||
this.queue_repaint();
|
this.queue_repaint();
|
||||||
|
Loading…
Reference in New Issue
Block a user