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); }, });