Handle load-error in the view late so it can be overridden
This commit is contained in:
parent
0cdcefd4e8
commit
cbd0668fd0
1 changed files with 1 additions and 1 deletions
|
@ -2726,7 +2726,7 @@ midori_view_construct_web_view (MidoriView* view)
|
|||
midori_view_web_view_print_requested_cb, view,
|
||||
#endif
|
||||
#if WEBKIT_CHECK_VERSION (1, 1, 6)
|
||||
"signal::load-error",
|
||||
"signal-after::load-error",
|
||||
webkit_web_view_load_error_cb, view,
|
||||
#endif
|
||||
NULL);
|
||||
|
|
Loading…
Reference in a new issue