diff pidgin/gtkconv.c @ 32780:b37309823450

Making trunk usable: linkify incoming messages
author tomkiewicz@cpw.pidgin.im
date Sun, 20 May 2012 19:27:17 +0000
parents 2efee7ca90be
children 997570b274d1
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sun May 20 19:08:37 2012 +0000
+++ b/pidgin/gtkconv.c	Sun May 20 19:27:17 2012 +0000
@@ -6412,7 +6412,7 @@
 	}
 	gtkconv->last_flags = flags;
 
-	smileyed = smiley_parse_markup(message, purple_account_get_protocol_id(account));
+	smileyed = smiley_parse_markup(displaying, purple_account_get_protocol_id(account));
 	msg = replace_message_tokens(message_html, conv, name, alias, smileyed, flags, mtime);
 	escape = gtk_webview_quote_js_string(msg ? msg : "");
 	script = g_strdup_printf("%s(%s)", func, escape);