userWidget: Chain up in destroy()

This commit is contained in:
Jasper St. Pierre 2013-11-18 18:08:17 -05:00
parent 913739d732
commit 0c9d95f183

View File

@ -91,6 +91,8 @@ const UserWidgetLabel = new Lang.Class({
this._user.disconnect(this._userChangedId); this._user.disconnect(this._userChangedId);
this._userChangedId = 0; this._userChangedId = 0;
} }
this.parent();
}, },
vfunc_allocate: function(box, flags) { vfunc_allocate: function(box, flags) {