calendar: chain up to parent on _onDestroy

(cherry picked from commit 5bca4a884e)
This commit is contained in:
Florian Müllner 2018-07-09 11:31:26 +00:00 committed by Marco Trevisan
parent 6baf82eb83
commit 94897492be

View File

@ -802,6 +802,8 @@ var NotificationMessage = new Lang.Class({
},
_onDestroy() {
this.parent();
if (this._updatedId)
this.notification.disconnect(this._updatedId);
this._updatedId = 0;