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 Florian Müllner
parent 9c41736a81
commit 5bca4a884e

View File

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