Follow-up to bug 954133 part 3 (c119343f2f9f): remove conversations from the conversations service and not the core in jsProtoHelper.jsm.

This commit is contained in:
Florian Quèze 2011-04-11 10:38:21 +02:00
Родитель c2aa51b23c
Коммит 821c4b7599
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -498,7 +498,7 @@ const GenericConversationPrototype = {
},
close: function() {
Services.obs.notifyObservers(this, "closing-conversation", null);
Services.core.removeConversation(this);
Services.conversations.removeConversation(this);
},
unInit: function() { },