From 5c804fe3b209ecf416a9525f570f6a52f20bfe08 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 9 Jul 2004 21:03:26 +0000 Subject: [project @ 2004-07-09 21:03:26 by rjw] Various minor GUI fixes svn path=/import/netsurf/; revision=1064 --- riscos/save.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'riscos/save.c') diff --git a/riscos/save.c b/riscos/save.c index e085d36e4..74b3edc5b 100644 --- a/riscos/save.c +++ b/riscos/save.c @@ -226,6 +226,10 @@ void ro_gui_save_datasave_ack(wimp_message *message) ro_gui_hotlist_save_as(path); break; } + + /* Close the save window + */ + xwimp_close_window(dialog_saveas); /* Ack successful save with message_DATA_LOAD */ message->action = message_DATA_LOAD; -- cgit v1.2.3