summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-16 16:33:45 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-16 16:33:45 +0000
commitabaa8a90938024685d39a10192586d369e44a101 (patch)
tree59006e5f7f679a9bd76b3488e20582b3e4af733c /riscos/gui.c
parent99d1c18252833c577dc5046e73ef7f7cc12bdb3a (diff)
downloadnetsurf-abaa8a90938024685d39a10192586d369e44a101.tar.gz
netsurf-abaa8a90938024685d39a10192586d369e44a101.tar.bz2
[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
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 1502754cb..cd0f999b3 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1354,6 +1354,16 @@ void gui_launch_url(const char *url)
}
+/**
+ * Called when the gui_window has new content
+ *
+ * \g the gui_window that has new content
+ */
+void gui_window_new_content(gui_window *g) {
+ ro_gui_dialog_close_persistant(g->window);
+}
+
+
static char warn_buffer[300];
/**