diff --git a/src/icon.js b/src/icon.js index 20cc3e2..0f3f277 100644 --- a/src/icon.js +++ b/src/icon.js @@ -41,7 +41,7 @@ var TwoColorIcon = new Lang.Class({ alpha: 255 }); this._secundaryColor = this._primaryColor; - this._currentStatus = null; + this._customStatus = null; }, setPadding: function (padding) { this.margin_left = padding;