From 1490b52a6b96b6a69a0c4fe9e0515dc717425128 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 22 Mar 2012 09:34:34 +0000 Subject: NetSurf options rework (a=vince r=daniels,jmb) svn path=/trunk/netsurf/; revision=13548 --- riscos/history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/history.c') diff --git a/riscos/history.c b/riscos/history.c index c8094e5a0..00ff5d6ff 100644 --- a/riscos/history.c +++ b/riscos/history.c @@ -30,7 +30,7 @@ #include "desktop/history_core.h" #include "desktop/plotters.h" #include "riscos/dialog.h" -#include "riscos/options.h" +#include "desktop/options.h" #include "riscos/gui.h" #include "riscos/wimp.h" #include "riscos/wimp_event.h" @@ -183,7 +183,7 @@ void ro_gui_history_mouse_at(wimp_pointer *pointer) /* If the mouse hasn't moved, or if we don't want tooltips, exit */ if ((mouse_x == pointer->pos.x && mouse_y == pointer->pos.y) || - !option_history_tooltip) + !nsoption_bool(history_tooltip)) return; /* Update mouse position */ -- cgit v1.2.3