diff -r 6855c0363a86 -r 30107eb2ff81 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Tue Aug 13 10:25:55 2013 +0200 +++ b/pidgin/gtkutils.c Tue Aug 13 12:14:16 2013 +0200 @@ -249,7 +249,7 @@ if (editable) { gtk_webviewtoolbar_attach(GTK_WEBVIEWTOOLBAR(toolbar), webview); gtk_webviewtoolbar_associate_smileys(GTK_WEBVIEWTOOLBAR(toolbar), "default"); - gtk_webview_set_toolbar(webview, toolbar); + gtk_webview_set_toolbar(GTK_WEBVIEW(webview), toolbar); } pidgin_setup_webview(webview);