diff src/blist.c @ 7430:783eea64614c

[gaim-migrate @ 8034] a better fix. gaim_normalize() isn't meant to return NULL. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 05 Nov 2003 00:18:51 +0000
parents 58a426e1bd1a
children 586fb1594072
line wrap: on
line diff
--- a/src/blist.c	Wed Nov 05 00:11:31 2003 +0000
+++ b/src/blist.c	Wed Nov 05 00:18:51 2003 +0000
@@ -1231,9 +1231,6 @@
 	hb.account = account;
 	hb.name = g_strdup(gaim_normalize(account, name));
 
-	if(!hb.name)
-		return NULL;
-
 	for(group = gaimbuddylist->root; group; group = group->next) {
 		hb.group = group;
 		if ((buddy = g_hash_table_lookup(gaimbuddylist->buddies, &hb))) {