diff options
Diffstat (limited to 'user.c')
| -rw-r--r-- | user.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -145,7 +145,7 @@ user_t *user_findhandle( struct gaim_connection *gc, char *handle )  	while( u )  	{ -		if( u->gc == gc && u->handle && handle_cmp( u->handle, handle, gc->prpl) == 0 ) +		if( u->gc == gc && u->handle && gc->prpl->cmp_buddynames ( u->handle, handle ) == 0 )  			break;  		u = u->next;  	} | 
