From abaa8a90938024685d39a10192586d369e44a101 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 16 Jul 2004 16:33:45 +0000 Subject: [project @ 2004-07-16 16:33:44 by rjw] Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081 --- desktop/browser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/browser.c') diff --git a/desktop/browser.c b/desktop/browser.c index 9aeaeaddd..075df260b 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -220,6 +220,7 @@ void browser_window_callback(content_msg msg, struct content *c, bw->current_content = c; bw->loading_content = 0; bw->caret_callback = 0; + gui_window_new_content(bw->window); gui_window_set_url(bw->window, c->url); browser_window_update(bw, true); browser_window_set_status(bw, c->status_message); -- cgit v1.2.3