diff options
Diffstat (limited to 'protocols/GTalkExt/src/handlers.cpp')
| -rw-r--r-- | protocols/GTalkExt/src/handlers.cpp | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/GTalkExt/src/handlers.cpp b/protocols/GTalkExt/src/handlers.cpp index 8e31d7bf89..96ac5e94e6 100644 --- a/protocols/GTalkExt/src/handlers.cpp +++ b/protocols/GTalkExt/src/handlers.cpp @@ -424,10 +424,9 @@ int OnExtListInit(WPARAM wParam, LPARAM lParam)  // for our pseudo contact only our own popups are allowed
  // 0 = allowed, 1 = disallowed
 -int OnFilterPopup(WPARAM wParam, LPARAM lParam)
 +int OnFilterPopup(WPARAM hContact, LPARAM lParam)
  {
 -	MCONTACT hContact = wParam;
 -	if ( !db_get_b(hContact, SHORT_PLUGIN_NAME, PSEUDOCONTACT_FLAG, 0))
 +	if (!db_get_b(hContact, SHORT_PLUGIN_NAME, PSEUDOCONTACT_FLAG, 0))
  		return 0;
  	return (lParam != (LPARAM)&PopupProc);
  | 
