summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-13 00:55:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-13 00:55:59 +0000
commitd7627cecebad4abb64840561d7afa46a62e1dd6d (patch)
treee33a8ec56ebc5463dd5bfb8e60b9a898f72e4c24 /content
parent0a93f2d264080b8c0c748cbe0477123a3eb4b62d (diff)
downloadnetsurf-d7627cecebad4abb64840561d7afa46a62e1dd6d.tar.gz
netsurf-d7627cecebad4abb64840561d7afa46a62e1dd6d.tar.bz2
[project @ 2004-08-13 00:55:59 by jmb]
Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
Diffstat (limited to 'content')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index 82e015150..a74892eb9 100644
--- a/content/content.c
+++ b/content/content.c
@@ -200,7 +200,7 @@ static const struct handler_entry handler_map[] = {
#endif
#ifdef WITH_PLUGIN
{plugin_create, 0, plugin_convert,
- 0, plugin_destroy, 0, plugin_redraw,
+ plugin_reformat, plugin_destroy, 0, plugin_redraw,
plugin_open, plugin_close,
true},
#endif