From bfd3e12ac032ccfee48848f419598ff5dcb9f697 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 18:40:11 +0300 Subject: CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree --- src/core/stdclist/src/clistopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdclist/src/clistopts.cpp b/src/core/stdclist/src/clistopts.cpp index 677608a472..6263f4dbf9 100644 --- a/src/core/stdclist/src/clistopts.cpp +++ b/src/core/stdclist/src/clistopts.cpp @@ -180,7 +180,7 @@ static INT_PTR CALLBACK DlgProcGenOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP } pcli->pfnTrayIconIconsChanged(); - pcli->pfnLoadContactTree(); /* this won't do job properly since it only really works when changes happen */ + Clist_LoadContactTree(); /* this won't do job properly since it only really works when changes happen */ pcli->pfnInvalidateDisplayNameCacheEntry(INVALID_CONTACT_ID); /* force reshuffle */ return TRUE; } -- cgit v1.2.3