screen-shield: disconnect from title-changed on destroy

https://bugzilla.gnome.org/show_bug.cgi?id=689820
This commit is contained in:
Cosimo Cecchi 2012-12-06 18:24:54 -05:00
parent 208121646c
commit 4df1222ce7

View File

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