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:
Родитель
c2aa51b23c
Коммит
821c4b7599
|
@ -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() { },
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче