diff options
Diffstat (limited to 'plugins/ContactsPlus/src')
| -rw-r--r-- | plugins/ContactsPlus/src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ContactsPlus/src/main.cpp b/plugins/ContactsPlus/src/main.cpp index 33ffa53e20..895b03daaf 100644 --- a/plugins/ContactsPlus/src/main.cpp +++ b/plugins/ContactsPlus/src/main.cpp @@ -83,7 +83,7 @@ static int HookDBEventAdded(WPARAM hContact, LPARAM hDbEvent)  		cle.pszService = MS_CONTACTS_RECEIVE;
  		cle.ptszTooltip = caToolTip;
  		cle.flags |= CLEF_UNICODE;
 -		CallService(MS_CLIST_ADDEVENT, 0, (LPARAM)&cle);
 +		pcli->pfnAddEvent(&cle);
  	}
  	return 0; //continue processing by other hooks
  }
  | 
