diff src/blist.c @ 7108:6faeeecab0dc

[gaim-migrate @ 7673] Put the rest of util.[ch] into namespaces and sectioned off the functions. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 07:15:53 +0000
parents 9220c7490cd1
children 7bee4be16385
line wrap: on
line diff
--- a/src/blist.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/blist.c	Wed Oct 01 07:15:53 2003 +0000
@@ -1476,7 +1476,7 @@
 				break;
 			if (*c == 'g') {
 				char *utf8 = NULL;
-				utf8 = gaim_try_conv_to_utf8(c + 2);
+				utf8 = gaim_utf8_try_convert(c + 2);
 				if (utf8 == NULL) {
 					g_strlcpy(current, _("Invalid Groupname"), sizeof(current));
 				} else {
@@ -1497,7 +1497,7 @@
 
 				g_strlcpy(nm, c + 2, sizeof(nm));
 				if (a) {
-					utf8 = gaim_try_conv_to_utf8(a);
+					utf8 = gaim_utf8_try_convert(a);
 					if (utf8 == NULL) {
 						gaim_debug(GAIM_DEBUG_ERROR, "toc blist",
 								   "Failed to convert alias for "