diff libpurple/conversation.c @ 18034:2a6fb7c6d030

propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6) to branch 'im.pidgin.pidgin.2.1.0' (head 58a185e9b6801483bd8d4441fcf9e017a0a709d0)
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 03 Jun 2007 00:48:00 +0000
parents 2754427b85ca 6418bcb7809a
children 6b7b13adb9b1
line wrap: on
line diff
--- a/libpurple/conversation.c	Sat Jun 02 18:12:35 2007 +0000
+++ b/libpurple/conversation.c	Sun Jun 03 00:48:00 2007 +0000
@@ -1970,7 +1970,7 @@
 
 	for (l = purple_conv_chat_get_users(chat); l; l = l->next) {
 		cb = l->data;
-		if (!purple_utf8_strcasecmp(cb->name, name))
+		if (!g_utf8_collate(cb->name, name))
 			return cb;
 	}