diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-01 19:38:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-01 19:38:46 +0300 |
commit | 38853f0f252956930d6bd5bcd864fb76670d548b (patch) | |
tree | e89aee35e969228d5bd60ae099d20fa317ab6c5b /plugins/CloudFile | |
parent | 1ad3f46ba54b0b2e57e4ab3ec66acf6da73cdde4 (diff) |
four forgotten meta services removed
Diffstat (limited to 'plugins/CloudFile')
-rw-r--r-- | plugins/CloudFile/src/cloud_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/cloud_file.cpp b/plugins/CloudFile/src/cloud_file.cpp index d1993b6d27..f6019f8196 100644 --- a/plugins/CloudFile/src/cloud_file.cpp +++ b/plugins/CloudFile/src/cloud_file.cpp @@ -80,7 +80,7 @@ void CCloudService::OpenUploadDialog(MCONTACT hContact) { char *proto = GetContactProto(hContact); if (!mir_strcmpi(proto, META_PROTO)) - hContact = CallService(MS_MC_GETMOSTONLINECONTACT, hContact); + hContact = db_mc_getMostOnline(hContact); auto it = InterceptedContacts.find(hContact); if (it == InterceptedContacts.end()) { |