From d0655bafc26d30f0e792202ff452907a5ff193d1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Oct 2014 00:56:09 +0100 Subject: remove use of deprecated netsurf_quit variable in riscos The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether. --- riscos/iconbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/iconbar.c') diff --git a/riscos/iconbar.c b/riscos/iconbar.c index f29b019a2..6f0c7e083 100644 --- a/riscos/iconbar.c +++ b/riscos/iconbar.c @@ -239,7 +239,7 @@ bool ro_gui_iconbar_menu_select(wimp_w w, wimp_i i, wimp_menu *menu, case APPLICATION_QUIT: if (ro_gui_prequit()) { LOG(("QUIT in response to user request")); - netsurf_quit = true; + riscos_done = true; } return true; default: -- cgit v1.2.3