diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-08 19:17:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-08 19:17:18 +0000 |
commit | 3be534c7528386c00bc31fca9c15b87d214f5cc1 (patch) | |
tree | 7276484f40e16c860a34c4a5f8cbc498361b932a /src/modules/clist/clcitems.cpp | |
parent | b288e5703897733c5c9177f399142a65c04c3f60 (diff) |
CLN_LISTREBUILT & CLN_NEWCONTACT processing moved to the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@2249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/clcitems.cpp')
-rw-r--r-- | src/modules/clist/clcitems.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/clcitems.cpp b/src/modules/clist/clcitems.cpp index ce8b744a88..52cdae7b27 100644 --- a/src/modules/clist/clcitems.cpp +++ b/src/modules/clist/clcitems.cpp @@ -226,7 +226,7 @@ void fnAddContactToTree(HWND hwnd, struct ClcData *dat, HANDLE hContact, int upd if (szProto != NULL)
status = DBGetContactSettingWord(hContact, szProto, "Status", ID_STATUS_OFFLINE);
- if (DBGetContactSettingTString(hContact, "CList", "Group", &dbv))
+ if ( DBGetContactSettingTString(hContact, "CList", "Group", &dbv))
group = &dat->list;
else {
group = cli.pfnAddGroup(hwnd, dat, dbv.ptszVal, (DWORD) - 1, 0, 0);
|