mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
userWidget: Chain up in destroy()
This commit is contained in:
parent
913739d732
commit
0c9d95f183
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ const UserWidgetLabel = new Lang.Class({
|
|||
this._user.disconnect(this._userChangedId);
|
||||
this._userChangedId = 0;
|
||||
}
|
||||
|
||||
this.parent();
|
||||
},
|
||||
|
||||
vfunc_allocate: function(box, flags) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue