diff -r 76d667b32c6b -r 9169710b5af5 pidgin/gtknotify.c --- a/pidgin/gtknotify.c Sun Aug 04 04:02:32 2013 -0400 +++ b/pidgin/gtknotify.c Sun Aug 04 05:35:23 2013 -0400 @@ -889,7 +889,7 @@ gtk_widget_show(label); /* Add the webview */ - frame = pidgin_create_webview(FALSE, &web_view, NULL, NULL); + frame = pidgin_create_webview(FALSE, &web_view, NULL); gtk_widget_set_name(web_view, "pidgin_notify_webview"); gtk_widget_set_size_request(web_view, 300, 250); gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);