diff -r 6ba80150e4c3 -r 177359654a3d pidgin/gtkwebview.h --- a/pidgin/gtkwebview.h Fri Jun 15 02:55:02 2012 -0400 +++ b/pidgin/gtkwebview.h Fri Jun 15 03:06:35 2012 -0400 @@ -114,9 +114,7 @@ void gtk_webview_append_html(GtkWebView *webview, const char *markup); /** - * Rather than use webkit_webview_load_string, this routine - * parses and displays the \ tags that make use of the - * Pidgin imgstore. + * Requests loading of the given content. * * @param webview The GtkWebView object * @param html The HTML content to load