diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-12 23:00:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-12 23:00:04 +0300 |
commit | 7370ae772dc23a08a684e5463bc4d203b53fd683 (patch) | |
tree | 613901928b1dcd1cc68ec2b5be912ae8b032ad81 /plugins/FloatingContacts/src/thumbs.cpp | |
parent | f8f908565329574b4b9b3dc1be32d291aab6c1e1 (diff) |
FloatingContacts -> g_plugin
Diffstat (limited to 'plugins/FloatingContacts/src/thumbs.cpp')
-rw-r--r-- | plugins/FloatingContacts/src/thumbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/src/thumbs.cpp b/plugins/FloatingContacts/src/thumbs.cpp index 0c2a2e2b73..47009cf72c 100644 --- a/plugins/FloatingContacts/src/thumbs.cpp +++ b/plugins/FloatingContacts/src/thumbs.cpp @@ -320,7 +320,7 @@ void ThumbInfo::RefreshContactStatus(int idStatus) void ThumbInfo::DeleteContactPos()
{
- db_unset(hContact, MODULE, "ThumbsPos");
+ g_plugin.delSetting(hContact, "ThumbsPos");
}
void ThumbInfo::OnLButtonDown()
|