Fix initial frame stack placement (fix www.theabar.co.uk and others)

svn path=/trunk/netsurf/; revision=2915
This commit is contained in:
Richard Wilson 2006-09-05 01:09:05 +00:00
parent 5a9af92cd1
commit 4780e39836
1 changed files with 1 additions and 4 deletions

View File

@ -328,10 +328,7 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
/* Open the window at the top/back of the stack
*/
if (bw->browser_window_type == BROWSER_WINDOW_NORMAL)
state.next = wimp_TOP;
else
state.next = wimp_HIDDEN;
state.next = wimp_TOP;
if (bw->parent) {
top = browser_window_owner(bw);
error = xwimp_open_window_nested((wimp_open *)&state, top->window->window,