diff options
Diffstat (limited to 'plugins/NewXstatusNotify/src')
| -rw-r--r-- | plugins/NewXstatusNotify/src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index 571870f566..22edad41c0 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -318,7 +318,7 @@ void BlinkIcon(MCONTACT hContact, HICON hIcon, TCHAR *stzText)  	cle.hIcon = hIcon;
  	cle.pszService = "UserOnline/Description";
  	cle.ptszTooltip = stzText;
 -	CallService(MS_CLIST_ADDEVENT, 0, (LPARAM)&cle);
 +	pcli->pfnAddEvent(&cle);
  }
  void PlayChangeSound(MCONTACT hContact, const char *name)
  | 
