diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-18 15:12:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-18 15:12:42 +0300 |
| commit | 85449b314d11fedb6bb00c8d31b28577214a5053 (patch) | |
| tree | fddb75a065dba1892444453397c061b385e1c1db /plugins/Clist_nicer/src | |
| parent | 54694fba871917eac0ed422465064f0235b005d1 (diff) | |
code cleaning
Diffstat (limited to 'plugins/Clist_nicer/src')
| -rw-r--r-- | plugins/Clist_nicer/src/clc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/clc.cpp b/plugins/Clist_nicer/src/clc.cpp index 59e9809b7b..d580f9b270 100644 --- a/plugins/Clist_nicer/src/clc.cpp +++ b/plugins/Clist_nicer/src/clc.cpp @@ -358,7 +358,7 @@ LRESULT CALLBACK ContactListControlWndProc(HWND hwnd, UINT msg, WPARAM wParam, L if (hSelItem) {
ClcGroup *selgroup;
if (Clist_FindItem(hwnd, dat, hSelItem, &selcontact, &selgroup))
- dat->selection = g_clistApi.pfnGetRowsPriorTo(&dat->list, selgroup, selgroup->cl.indexOf(selcontact));
+ dat->selection = g_clistApi.pfnGetRowsPriorTo(dat, selgroup, selgroup->cl.indexOf(selcontact));
else
dat->selection = -1;
}
|
