diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-09 13:55:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-09 13:55:21 +0000 |
commit | 61472e0fdc1fee81b75f7ffc22a82cb2541669ae (patch) | |
tree | 79251b3ef76ee9c48570d111151f151ec96cbb28 /protocols/Skype/src/skype_contacts.cpp | |
parent | 2ec975899563178477a9fdf54b821ff7eab027e1 (diff) |
fix for receiving messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@4607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_contacts.cpp')
-rw-r--r-- | protocols/Skype/src/skype_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp index 7c442ea5e6..041f76eaa2 100644 --- a/protocols/Skype/src/skype_contacts.cpp +++ b/protocols/Skype/src/skype_contacts.cpp @@ -291,7 +291,7 @@ void __cdecl CSkypeProto::LoadChatList(void*) {
this->Log(L"Updating group chats list");
CConversation::Refs conversations;
- g_skype->GetConversationList(conversations); + g_skype->GetConversationList(conversations);
for (uint i = 0; i < conversations.size(); i++)
{
|