From 0558746230c69a040bb9423fbefe64ccfcfa0590 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Nov 2012 17:27:44 +0000 Subject: - unused icons removed; - spaces replaced with tabs git-svn-id: http://svn.miranda-ng.org/main/trunk@2276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clcmsgs.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clcmsgs.cpp') diff --git a/plugins/Clist_modern/src/modern_clcmsgs.cpp b/plugins/Clist_modern/src/modern_clcmsgs.cpp index d5845db2e8..0750060243 100644 --- a/plugins/Clist_modern/src/modern_clcmsgs.cpp +++ b/plugins/Clist_modern/src/modern_clcmsgs.cpp @@ -187,13 +187,11 @@ LRESULT cli_ProcessExternalMessages(HWND hwnd,struct ClcData *dat,UINT msg,WPARA for (tgroup = group; tgroup; tgroup = tgroup->parent) pcli->pfnSetGroupExpand(hwnd, dat, tgroup, 1); - if ( !contact->isSubcontact) - { + if ( !contact->isSubcontact) { index = List_IndexOf((SortedList*)&group->cl,contact); mainindex = index; } - else - { + else { index = List_IndexOf((SortedList*)&group->cl,contact->subcontacts); mainindex = index; index += contact->isSubcontact; -- cgit v1.2.3