diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-27 15:01:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-27 15:01:58 +0000 |
commit | e94400defc928de82baf36b364316c03f706f537 (patch) | |
tree | 8b31e5070466eb41e2d907c8f898a401849d0546 /protocols/Skype/src/skype_proto.cpp | |
parent | 380f8c00917e29f68935adf7739312c5886b01f1 (diff) |
- removed own info updating
git-svn-id: http://svn.miranda-ng.org/main/trunk@2095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.cpp')
-rw-r--r-- | protocols/Skype/src/skype_proto.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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);
|