From 8e6a28579846d35bc36966dfb50e2eb7f662471a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 22:13:32 +0300 Subject: CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload() CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll() --- plugins/UserInfoEx/src/psp_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src') diff --git a/plugins/UserInfoEx/src/psp_options.cpp b/plugins/UserInfoEx/src/psp_options.cpp index 64f0140126..057bc4c325 100644 --- a/plugins/UserInfoEx/src/psp_options.cpp +++ b/plugins/UserInfoEx/src/psp_options.cpp @@ -341,7 +341,7 @@ static INT_PTR CALLBACK DlgProc_CommonOpts(HWND hDlg, UINT uMsg, WPARAM wParam, FlagsClistChange |= SvcGenderEnableExtraIcons(0 != IsDlgButtonChecked(hDlg, CHECK_OPT_GENDER), true); if (FlagsClistChange) - pcli->pfnSetAllExtraIcons(NULL); + ExtraIcon_SetAll(); if (FlagsMsgWndChange) UpdateStatusIcons(); -- cgit v1.2.3