diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 10:26:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 10:26:04 +0300 |
commit | c5828843920ca8a50e728f89b2513f87d08076a6 (patch) | |
tree | d4b3c04eebdfc2194a6139f479ddcaa57146f06d /main.cpp | |
parent | 77664979ae7f2e534e31f66aa9286d874d9da2bc (diff) |
modified: main.cpp
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1995,7 +1995,7 @@ void ImportKey() tmp = new char [output.substr(s,s2-s-1).length()+1]; strcpy(tmp, output.substr(s,s2-s-1).c_str()); mir_utf8decode(tmp, 0); - DBWriteContactSettingString(metaGetContact(hContact), szGPGModuleName, "KeyMainName", tmp); + DBWriteContactSettingString(metaGetMostOnline(hContact), szGPGModuleName, "KeyMainName", tmp); mir_free(tmp); if((s = output.find(")", s2)) == string::npos) s = output.find(">", s2); |