[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:
parent
7897a98a4c
commit
4b5a0e4043
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue