pidgin/ljfisher-ssl-client-auth

This function exists now.

2012-06-26, Elliott Sales de Andrade
d0830ae33d14
Parents 177359654a3d
Children b0f6d6dadb10
This function exists now.
--- a/pidgin/gtkdialogs.c Fri Jun 15 03:06:35 2012 -0400
+++ b/pidgin/gtkdialogs.c Tue Jun 26 00:03:13 2012 -0400
@@ -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);