From 9cb9868256c51a45983aac894428230de6035d79 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Nov 2005 15:47:17 +0100 Subject: Remove handle_cmp() replacing it by a protocol-specific function. --- user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user.c') diff --git a/user.c b/user.c index dc288c84..b795c864 100644 --- a/user.c +++ b/user.c @@ -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->protocol ) == 0 ) + if( u->gc == gc && u->handle && gc->prpl->cmp_buddynames ( u->handle, handle ) == 0 ) break; u = u->next; } -- cgit v1.2.3