calendar: chain up to parent on _onDestroy
This commit is contained in:
parent
9c41736a81
commit
5bca4a884e
@ -803,6 +803,8 @@ var NotificationMessage = new Lang.Class({
|
||||
},
|
||||
|
||||
_onDestroy() {
|
||||
this.parent();
|
||||
|
||||
if (this._updatedId)
|
||||
this.notification.disconnect(this._updatedId);
|
||||
this._updatedId = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user