pidgin: afb80ec6: webkit_web_view_load_html_string is supe...

datallah at pidgin.im datallah at pidgin.im
Fri Dec 30 23:37:28 EST 2011


----------------------------------------------------------------------
Revision: afb80ec613f0560bd29654115fc89d14cbfee06f
Parent:   b6651c27e7f2bb373a232d2f43381c5649da5289
Author:   datallah at pidgin.im
Date:     12/30/11 23:30:57
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/afb80ec613f0560bd29654115fc89d14cbfee06f

Changelog: 

webkit_web_view_load_html_string is superceded by webkit_web_view_load_string as of 1.1.1 (which we require)

Changes against parent b6651c27e7f2bb373a232d2f43381c5649da5289

  patched  pidgin/gtkwebview.c

-------------- next part --------------
============================================================
--- pidgin/gtkwebview.c	444bf94b3785997f76802fa26afdd08b8a6993c3
+++ pidgin/gtkwebview.c	2875ebc389920b4d99bad1ad3cdf231dede33c07
@@ -271,7 +271,7 @@ gtk_webview_load_html_string_with_imgsto
 
 	clear_images(view);
 	html_imged = replace_img_id_with_src(view, html);
-	webkit_web_view_load_html_string(WEBKIT_WEB_VIEW(view), html_imged, "file:///");
+	webkit_web_view_load_string(WEBKIT_WEB_VIEW(view), html_imged, NULL, NULL, "file:///");
 	g_free(html_imged);
 }
 


More information about the Commits mailing list