From 8c7fd7f3d5ac0a5e71830342df5f55a5660faa98 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 15 Mar 2014 19:15:23 +0000 Subject: - srmm icon added for metacontacts; - wipe out the rest of srmm related clutches from mc git-svn-id: http://svn.miranda-ng.org/main/trunk@8631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/clist/protocolorder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/clist') diff --git a/src/modules/clist/protocolorder.cpp b/src/modules/clist/protocolorder.cpp index a6d45fdc94..c8e91ac07c 100644 --- a/src/modules/clist/protocolorder.cpp +++ b/src/modules/clist/protocolorder.cpp @@ -201,7 +201,7 @@ INT_PTR CALLBACK ProtocolOrderOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM while (idx < accounts.getCount() && !ProtoToInclude(accounts[idx])) idx++; pa->iOrder = idx++; if (ppd->enabled) - pa->bIsVisible = ppd->show; + pa->bIsVisible = ppd->show != 0; } } -- cgit v1.2.3