diff -r cf2a24d01503 -r 216a37403c5b pidgin/gtkutils.h --- a/pidgin/gtkutils.h Tue Feb 04 16:30:55 2014 +0530 +++ b/pidgin/gtkutils.h Tue Feb 04 17:31:03 2014 +0530 @@ -94,8 +94,8 @@ * @editable: %TRUE if this webview should be editable. If this is * %FALSE, then the toolbar will NOT be created. If this webview * should be read-only at first, but may become editable later, then - * pass in %TRUE here and then manually call gtk_webview_set_editable() - * later. + * pass in %TRUE here and then manually call + * webkit_web_view_set_editable() later. * @webview_ret: A pointer to a pointer to a GtkWidget. This pointer * will be set to the webview when this function exits. * @sw_ret: This will be filled with a pointer to the scrolled window