[project @ 2004-07-04 15:20:20 by jmb]

Bow to user pressure and display URL immediately.

svn path=/import/netsurf/; revision=1045
This commit is contained in:
John Mark Bell 2004-07-04 15:20:20 +00:00
parent 4f664d1559
commit a2960c79f2
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ void browser_window_go_post(struct browser_window *bw, const char *url,
warn_user("NoMemory", 0);
return;
}
gui_window_set_url(bw->window, c->url);
bw->loading_content = c;
browser_window_start_throbber(bw);