diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-21 09:51:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-21 09:51:58 +0000 |
commit | 49581e73a1f02bd48d2d2c1861efd77a4bb66059 (patch) | |
tree | 4e3cb02687ab1a1ea4038d96007525a2b379eb27 /protocols/Skype/src/skype_account.cpp | |
parent | 23291e3639741d6539f39695036bd140429ddccc (diff) |
reworked file transfers
fixed auth requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@4498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_account.cpp')
-rw-r--r-- | protocols/Skype/src/skype_account.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp index e7e9829de4..d5a8db7f13 100644 --- a/protocols/Skype/src/skype_account.cpp +++ b/protocols/Skype/src/skype_account.cpp @@ -97,6 +97,8 @@ void __cdecl CSkypeProto::SignInAsync(void*) this->LoadChatList(this);
this->SetStatus(this->m_iDesiredStatus);
+
+ fetch(this->transferList);
}
bool CSkypeProto::PrepareLogin()
|