From f2dde06b1c6af73e4586f83ba602f0830498e52a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Jan 2014 16:00:47 +0000 Subject: =?UTF-8?q?end=20of=20SRMM=20status=20icons=20zoo=20in=20=D0=93?= =?UTF-8?q?=D0=A8=D1=82=D0=B0=D1=89=D0=A3=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@7442 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/psp_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src/psp_options.cpp') diff --git a/plugins/UserInfoEx/src/psp_options.cpp b/plugins/UserInfoEx/src/psp_options.cpp index 92eb77a5c6..300eaf9d27 100644 --- a/plugins/UserInfoEx/src/psp_options.cpp +++ b/plugins/UserInfoEx/src/psp_options.cpp @@ -366,7 +366,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); - if (FlagsMsgWndChange) UpdateStatusIcons(NULL); + if (FlagsMsgWndChange) UpdateStatusIcons(); // misc BYTE bEnabled = IsDlgButtonChecked(hDlg, CHECK_OPT_ZODIACAVATAR); -- cgit v1.2.3