the webkit_web_view_load_uri function. So use the depricated
webkit_web_view_open instead.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2553
b64f7644-9d1e-0410-96f1-
a4d463321fa5
}
#endif
dialog = GHB_WIDGET(ud->builder, "update_dialog");
- webkit_web_view_load_uri(WEBKIT_WEB_VIEW(html), description);
+ webkit_web_view_open(WEBKIT_WEB_VIEW(html), description);
response = gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_hide(dialog);
if (response == GTK_RESPONSE_OK)