diff src/util.c @ 7322:ab828b8c3f22

[gaim-migrate @ 7908] all sorts of stuff including tweaks to logging so it mostly works again for jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 24 Oct 2003 05:46:01 +0000
parents 3a41c3f80228
children 414c701ef1ff
line wrap: on
line diff
--- a/src/util.c	Thu Oct 23 21:56:16 2003 +0000
+++ b/src/util.c	Fri Oct 24 05:46:01 2003 +0000
@@ -1309,7 +1309,7 @@
 		prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
 
 	if(prpl_info && prpl_info->normalize) {
-		return prpl_info->normalize(s);
+		return prpl_info->normalize(account, s);
 	} else {
 		static char buf[BUF_LEN];
 		char *tmp;