diff src/util.c @ 7262:85fcaff1505d

[gaim-migrate @ 7839] put normalizing back in the realm of sanity (what was I thinking?) and fix jabber chat case sensitivity (as well as a few other things) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 14 Oct 2003 16:44:36 +0000
parents 1930e3d00ecd
children d565594c1bae
line wrap: on
line diff
--- a/src/util.c	Tue Oct 14 05:07:39 2003 +0000
+++ b/src/util.c	Tue Oct 14 16:44:36 2003 +0000
@@ -1262,7 +1262,7 @@
 		prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
 
 	if(prpl_info && prpl_info->normalize) {
-		return prpl_info->normalize(account, s);
+		return prpl_info->normalize(s);
 	} else {
 		static char buf[BUF_LEN];
 		char *tmp;