From a65f102f03302161ac127268d5ffdb8f7678e339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 17 Jun 2013 19:58:52 +0000 Subject: AuthState: Fixed refreshing Facebook state icons. git-svn-id: http://svn.miranda-ng.org/main/trunk@5000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AuthState/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AuthState') diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index 76e12e5a67..e7dd62fd74 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -114,7 +114,7 @@ int onContactSettingChanged(WPARAM wParam,LPARAM lParam) if (!proto) return 0; if (!lstrcmpA(cws->szModule,proto)) - if (!lstrcmpA(cws->szSetting,"Auth") || !lstrcmpA(cws->szSetting,"Grant") || !lstrcmpA(cws->szSetting,"ServerId")) + if (!lstrcmpA(cws->szSetting,"Auth") || !lstrcmpA(cws->szSetting,"Grant") || !lstrcmpA(cws->szSetting,"ServerId") || !lstrcmpA(cws->szSetting,"ContactType")) onExtraImageApplying(wParam, 1); return 0; -- cgit v1.2.3