aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-15 15:57:38 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-15 15:57:38 +0100
commitc998255d6aa501281c6266a5f1dce69d4c3afab4 (patch)
tree568b030ce04c4eba6e52cf7c162d0ed0784f3108 /protocols/yahoo/yahoo.c
parentb135438c4c6aeb5a7cd3403f0cf37e741d589cd3 (diff)
parent9cb9868256c51a45983aac894428230de6035d79 (diff)
Merge from Jelmer
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r--protocols/yahoo/yahoo.c1
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);
}