From 8f9221c6ca943606872c53d6abae5e03431ea56f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 13 Sep 2004 23:56:45 +0000 Subject: [project @ 2004-09-13 23:56:45 by jmb] Fixup to handle changed option variable name svn path=/import/netsurf/; revision=1275 --- riscos/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/plugin.c') diff --git a/riscos/plugin.c b/riscos/plugin.c index 8c1d7abaa..8801ac326 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -229,7 +229,7 @@ void plugin_open(struct content *c, struct browser_window *bw, os_error *error; - if (!option_plugins) + if (option_no_plugins) return; /** \todo Standalone plugins */ -- cgit v1.2.3