From e06861458d91ca0656177215ac0e0a9d6399aa79 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 21 Oct 2012 10:53:25 +0000 Subject: - fix message receiving git-svn-id: http://svn.miranda-ng.org/main/trunk@2014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_subclassing.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/Skype/src/skype_subclassing.cpp b/protocols/Skype/src/skype_subclassing.cpp index 5409b9a625..5877d7bcdc 100644 --- a/protocols/Skype/src/skype_subclassing.cpp +++ b/protocols/Skype/src/skype_subclassing.cpp @@ -40,6 +40,7 @@ void CSkype::OnConversationListChange( { if ((type == Conversation::INBOX_CONVERSATIONS) && (added) && (!inbox.contains(conversation))) { + conversation.fetch(); inbox.append(conversation); if (this->proto) (proto->*callback)(conversation->ref()); -- cgit v1.2.3