From e94400defc928de82baf36b364316c03f706f537 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 27 Oct 2012 15:01:58 +0000 Subject: - removed own info updating git-svn-id: http://svn.miranda-ng.org/main/trunk@2095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Skype/src/skype_proto.cpp') diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index 7f6b778633..d66a054e96 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -377,12 +377,12 @@ void __cdecl CSkypeProto::SignInAsync(void*) this->ForkThread(&CSkypeProto::LoadContactList, this); //this->LoadContactList(this); - this->account.fetch(); + /*this->account.fetch(); this->account->SetOnAccountChangedCallback( - (CAccount::OnAccountChanged)&CSkypeProto::OnAccountChanged, this); + (CAccount::OnAccountChanged)&CSkypeProto::OnAccountChanged, this);*/ - //this->ForkThread(&CSkypeProto::LoadOwnInfo, this); - this->LoadOwnInfo(this); + this->ForkThread(&CSkypeProto::LoadOwnInfo, this); + //this->LoadOwnInfo(this); } //ReleaseMutex(this->signin_lock); -- cgit v1.2.3