mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
[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:
parent
c358b80cc5
commit
8f9221c6ca
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user