diff -r 76d667b32c6b -r 9169710b5af5 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Sun Aug 04 04:02:32 2013 -0400 +++ b/pidgin/gtkstatusbox.c Sun Aug 04 05:35:23 2013 -0400 @@ -1836,7 +1836,7 @@ g_object_set(status_box->text_rend, "ellipsize", PANGO_ELLIPSIZE_END, NULL); status_box->vbox = gtk_vbox_new(0, FALSE); - status_box->sw = pidgin_create_webview(FALSE, &status_box->webview, NULL, NULL); + status_box->sw = pidgin_create_webview(FALSE, &status_box->webview, NULL); gtk_webview_set_editable(GTK_WEBVIEW(status_box->webview), TRUE); #if 0