diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-08 15:08:27 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-08 15:08:27 +0000 |
commit | 27cac8c07ca2465c187bb90e7058a854f46b6746 (patch) | |
tree | b561f2aba5067fca7d10613161326ad7e67ce2b9 /protocols/Skype/src/skype_contacts.cpp | |
parent | 57ddd953a88d6633ab06b6ef5ca04414338b566f (diff) |
- code restructurization
- started network log filling
git-svn-id: http://svn.miranda-ng.org/main/trunk@4598 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, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp index aacbe82006..7c442ea5e6 100644 --- a/protocols/Skype/src/skype_contacts.cpp +++ b/protocols/Skype/src/skype_contacts.cpp @@ -246,6 +246,7 @@ HANDLE CSkypeProto::AddContact(CContact::Ref contact) void __cdecl CSkypeProto::LoadContactList(void* data)
{
+ this->Log(L"Updating contacts list");
bool isFirstLoad = data != NULL;
g_skype->GetHardwiredContactGroup(CContactGroup::ALL_BUDDIES, this->commonList);
@@ -288,6 +289,7 @@ void __cdecl CSkypeProto::LoadContactList(void* data) void __cdecl CSkypeProto::LoadChatList(void*)
{
+ this->Log(L"Updating group chats list");
CConversation::Refs conversations;
g_skype->GetConversationList(conversations); |