[project @ 2004-02-25 15:59:01 by bursa]

Fix crash opening history while page still loading.

svn path=/import/netsurf/; revision=567
This commit is contained in:
James Bursa 2004-02-25 15:59:01 +00:00
parent 7897a98a4c
commit 4b5a0e4043
1 changed files with 3 additions and 0 deletions

View File

@ -265,6 +265,9 @@ void ro_gui_history_open(struct browser_window *bw,
struct history_entry *he;
os_box box = {0, 0, 0, 0};
if (!history || !history->start)
return;
history_bw = bw;
history_current = history;