From 91e6c7c65bb496f88f6af622f558b35c436f9cd2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 9 Aug 2004 09:05:34 +0000 Subject: [project @ 2004-08-09 09:05:34 by jmb] Ignore dataloadack unless we actually expected it svn path=/import/netsurf/; revision=1205 --- riscos/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riscos/gui.c b/riscos/gui.c index 9b4ef478f..a047e3a68 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -961,7 +961,8 @@ void ro_gui_user_message(wimp_event_no event, wimp_message *message) case message_DATA_LOAD_ACK: #ifdef WITH_PRINT - print_cleanup(); + if (print_current_window) + print_cleanup(); #endif break; -- cgit v1.2.3