[gnome-shell/wip/rstrode/rhel-8.0.0: 37/50] calendar: chain up to parent on _onDestroy
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/rstrode/rhel-8.0.0: 37/50] calendar: chain up to parent on _onDestroy
- Date: Sun, 17 Feb 2019 17:31:57 +0000 (UTC)
commit 6622fae6bd459b36aeb5d51571bc369397f1359c
Author: Florian Müllner <fmuellner gnome org>
Date: Mon Jul 9 13:31:26 2018 +0200
calendar: chain up to parent on _onDestroy
js/ui/calendar.js | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index 651aac610..fd133ccae 100644
--- a/js/ui/calendar.js
+++ b/js/ui/calendar.js
@@ -802,6 +802,8 @@ var NotificationMessage = new Lang.Class({
},
_onDestroy() {
+ this.parent();
+
if (this._updatedId)
this.notification.disconnect(this._updatedId);
this._updatedId = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]