diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-15 19:15:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-15 19:15:23 +0000 |
commit | 8c7fd7f3d5ac0a5e71830342df5f55a5660faa98 (patch) | |
tree | 079346a2bfea98317aa60623dd13592ab7e0c87a /src/modules/clist | |
parent | 530f2384fb389ff3cac38584fc0c67055d25f469 (diff) |
- 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
Diffstat (limited to 'src/modules/clist')
-rw-r--r-- | src/modules/clist/protocolorder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
}
|