diff options
Diffstat (limited to 'plugins/ListeningTo')
-rw-r--r-- | plugins/ListeningTo/src/listeningto.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ListeningTo/src/listeningto.cpp b/plugins/ListeningTo/src/listeningto.cpp index f1d892945c..c6147c64c4 100644 --- a/plugins/ListeningTo/src/listeningto.cpp +++ b/plugins/ListeningTo/src/listeningto.cpp @@ -945,9 +945,8 @@ void SetExtraIcon(MCONTACT hContact, BOOL set) ExtraIcon_SetIcon(hExtraIcon, hContact, set ? "listening_to_icon" : NULL);
}
-int SettingChanged(WPARAM wParam,LPARAM lParam)
+int SettingChanged(WPARAM hContact,LPARAM lParam)
{
- MCONTACT hContact = (MCONTACT) wParam;
if (hContact == NULL)
return 0;
|