summaryrefslogtreecommitdiff
path: root/riscos/iconbar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-13 00:56:09 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-13 00:56:09 +0100
commitd0655bafc26d30f0e792202ff452907a5ff193d1 (patch)
tree39734553e7f59a6b710b561991ab3570ae41afee /riscos/iconbar.c
parent34fdedba787550a0ae12b573ad5acc1ecb3702e2 (diff)
downloadnetsurf-d0655bafc26d30f0e792202ff452907a5ff193d1.tar.gz
netsurf-d0655bafc26d30f0e792202ff452907a5ff193d1.tar.bz2
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.
Diffstat (limited to 'riscos/iconbar.c')
-rw-r--r--riscos/iconbar.c2
1 files changed, 1 insertions, 1 deletions
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: