diff -r 5b70cdb613e9 -r dbf53ee374bc pidgin/plugins/history.c --- a/pidgin/plugins/history.c Mon Aug 06 01:59:23 2012 -0400 +++ b/pidgin/plugins/history.c Mon Aug 06 03:40:40 2012 -0400 @@ -136,8 +136,11 @@ purple_account_get_protocol_name(((PurpleLog*)logs->data)->account)); #endif +#if 0 + /* TODO WebKit: Do this properly... */ if (!gtk_webview_is_empty(GTK_WEBVIEW(gtkconv->webview))) gtk_webview_append_html(GTK_WEBVIEW(gtkconv->webview), "
"); +#endif escaped_alias = g_markup_escape_text(alias, -1);