changeset 32780:b37309823450

Making trunk usable: linkify incoming messages
author tomkiewicz@cpw.pidgin.im
date Sun, 20 May 2012 19:27:17 +0000
parents f124ad0022ce
children 9686216828f9
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);