[project @ 2004-09-13 23:56:45 by jmb]

Fixup to handle changed option variable name

svn path=/import/netsurf/; revision=1275
This commit is contained in:
John Mark Bell 2004-09-13 23:56:45 +00:00
parent c358b80cc5
commit 8f9221c6ca

View File

@ -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 */