diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-23 19:35:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-23 19:35:41 +0000 |
commit | ecbc38dec485f26b80889f104c68636f67a1251f (patch) | |
tree | 490cc2d05a318307b1daa83f03b1a64f2d63cfc3 /plugins/QuickContacts | |
parent | 45c2ed059fdbfb2f5e9a9281f2e0538704f17017 (diff) |
rest of MetaProto/Enabled
git-svn-id: http://svn.miranda-ng.org/main/trunk@9929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickContacts')
-rw-r--r-- | plugins/QuickContacts/src/quickcontacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/QuickContacts/src/quickcontacts.cpp b/plugins/QuickContacts/src/quickcontacts.cpp index fe69dea394..dab75c2726 100644 --- a/plugins/QuickContacts/src/quickcontacts.cpp +++ b/plugins/QuickContacts/src/quickcontacts.cpp @@ -329,7 +329,7 @@ void FreeContacts() void LoadContacts(HWND hwndDlg, BOOL show_all)
{
- BOOL metacontactsEnabled = db_get_b(0, META_PROTO, "Enabled", 1);
+ BOOL metacontactsEnabled = db_mc_isEnabled();
// Read last-sent-to contact from db and set handle as window-userdata
HANDLE hlastsent = (HANDLE)db_get_dw(NULL, MODULE_NAME, "LastSentTo", -1);
|