From 877f127c1171589d72153dd9c596579edda904a9 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Tue, 21 Nov 2017 21:39:16 +0100 Subject: [PATCH] Properly initialize status --- src/icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;