diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 15:57:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 15:57:38 +0100 |
commit | c998255d6aa501281c6266a5f1dce69d4c3afab4 (patch) | |
tree | 568b030ce04c4eba6e52cf7c162d0ed0784f3108 /protocols/yahoo/yahoo.c | |
parent | b135438c4c6aeb5a7cd3403f0cf37e741d589cd3 (diff) | |
parent | 9cb9868256c51a45983aac894428230de6035d79 (diff) |
Merge from Jelmer
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-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); } |