calendar: chain up to parent on _onDestroy

This commit is contained in:
Florian Müllner 2018-07-09 13:31:26 +02:00 committed by Ray Strode
parent 2f24e0701e
commit 6622fae6bd

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;