/pidgin/main: d0830ae33d14: This function exists now.

Elliott Sales de Andrade qulogic at pidgin.im
Sun Jul 8 18:28:09 EDT 2012


Changeset: d0830ae33d14f75c9e486309b74735b3dafca061
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2012-06-26 00:03 -0400
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/d0830ae33d14

Description:

This function exists now.

diffstat:

 pidgin/gtkdialogs.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (14 lines):

diff --git a/pidgin/gtkdialogs.c b/pidgin/gtkdialogs.c
--- a/pidgin/gtkdialogs.c
+++ b/pidgin/gtkdialogs.c
@@ -458,9 +458,7 @@
 	gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
 
 	frame = pidgin_create_webview(FALSE, &webview, NULL, NULL);
-	/* TODO WEBKIT: Compile now and fix it later when we have a proper replacement for this function
-	gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY);
-	*/
+	gtk_webview_set_format_functions(GTK_WEBVIEW(webview), GTK_WEBVIEW_ALL ^ GTK_WEBVIEW_SMILEY);
 	gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
 
 	gtk_webview_append_html(GTK_WEBVIEW(webview), string->str);



More information about the Commits mailing list