Stop iframe contents from appearing in global history. Fix by JMB.

svn path=/trunk/netsurf/; revision=3198
This commit is contained in:
Michael Drake 2007-03-06 20:25:27 +00:00
parent b113bf6b15
commit 3dea2a3987

View File

@ -100,7 +100,7 @@ void browser_window_create_iframes(struct browser_window *bw,
window = &(bw->iframes[index++]);
if (cur->url)
browser_window_go_unverifiable(window, cur->url,
bw->current_content->url, true);
bw->current_content->url, false);
}
}