Properly initialize status

This commit is contained in:
Olaf Leidinger 2017-11-21 21:39:16 +01:00
parent ce26373bd7
commit 877f127c11

View File

@ -41,7 +41,7 @@ var TwoColorIcon = new Lang.Class({
alpha: 255 alpha: 255
}); });
this._secundaryColor = this._primaryColor; this._secundaryColor = this._primaryColor;
this._currentStatus = null; this._customStatus = null;
}, },
setPadding: function (padding) { setPadding: function (padding) {
this.margin_left = padding; this.margin_left = padding;