/pidgin/main: dbf53ee374bc: Fix compile error for now.

Elliott Sales de Andrade qulogic at pidgin.im
Mon Aug 6 03:42:22 EDT 2012


Changeset: dbf53ee374bc20cbbbb6cb2a5cb4b0f559991798
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2012-08-06 03:40 -0400
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/dbf53ee374bc

Description:

Fix compile error for now.

diffstat:

 pidgin/plugins/history.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (15 lines):

diff --git a/pidgin/plugins/history.c b/pidgin/plugins/history.c
--- a/pidgin/plugins/history.c
+++ b/pidgin/plugins/history.c
@@ -136,8 +136,11 @@ static void historize(PurpleConversation
 			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), "<BR>");
+#endif
 
 	escaped_alias = g_markup_escape_text(alias, -1);
 



More information about the Commits mailing list