From 4df1222ce7cb5114a14c84999c4401ed7448507e Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 6 Dec 2012 18:24:54 -0500 Subject: [PATCH] screen-shield: disconnect from title-changed on destroy https://bugzilla.gnome.org/show_bug.cgi?id=689820 --- js/ui/screenShield.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index c016d83c6..917be7c8f 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -308,6 +308,7 @@ const NotificationsBox = new Lang.Class({ obj.item.disconnect(obj.contentUpdatedId); obj.source.disconnect(obj.sourceDestroyId); obj.source.disconnect(obj.sourceCountChangedId); + obj.source.disconnect(obj.sourceTitleChangedId); }, });