clear the favicon at the beginning of navigation

This commit is contained in:
Vincent Sanders 2019-09-29 22:07:08 +01:00
parent b37fdcd7e2
commit ff7dd5419f
1 changed files with 3 additions and 0 deletions

View File

@ -3394,6 +3394,9 @@ browser_window__navigate_internal_real(struct browser_window *bw,
case NSERROR_OK:
bw->loading_content = c;
browser_window_start_throbber(bw);
if (bw->window != NULL) {
guit->window->set_icon(bw->window, NULL);
}
if (bw->internal_nav == false) {
res = browser_window_refresh_url_bar_internal(bw,
params->url);