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