diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 16:16:53 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 16:16:53 +0100 | 
| commit | cc9079ee091707aba3d5b0580a6191eb4541cbec (patch) | |
| tree | f3e4bd989411795a4f5184eea5bcbc68be3713b5 /protocols/yahoo | |
| parent | f56c4917aa26670c03ef9cf4ecdfe2f7fad92aed (diff) | |
| parent | c998255d6aa501281c6266a5f1dce69d4c3afab4 (diff) | |
Merge from other branch.
Diffstat (limited to 'protocols/yahoo')
| -rw-r--r-- | protocols/yahoo/yahoo.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index cc3ffdf7..a3ebd28c 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -410,6 +410,7 @@ void byahoo_init( )  	ret->chat_invite = byahoo_chat_invite;  	ret->chat_leave = byahoo_chat_leave;  	ret->chat_open = byahoo_chat_open; +	ret->cmp_buddynames = g_strcasecmp;  	register_protocol(ret);  } | 
