From ecbc38dec485f26b80889f104c68636f67a1251f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Jul 2014 19:35:41 +0000 Subject: rest of MetaProto/Enabled git-svn-id: http://svn.miranda-ng.org/main/trunk@9929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickContacts/src/quickcontacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/QuickContacts/src') 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); -- cgit v1.2.3