summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-09-03 21:58:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-09-03 21:58:54 +0000
commitb19462e1fffced0f290760c0e67288fb9d043243 (patch)
tree5de72f0ea6a745691c1a874b6aa03adc86839425 /content/content.c
parente851bbcf37cc72afe07d1294331abb636272064a (diff)
downloadnetsurf-b19462e1fffced0f290760c0e67288fb9d043243.tar.gz
netsurf-b19462e1fffced0f290760c0e67288fb9d043243.tar.bz2
[project @ 2003-09-03 21:58:54 by jmb]
Call content_reshape_instance svn path=/import/netsurf/; revision=265
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index 5615b882d..b4bb72476 100644
--- a/content/content.c
+++ b/content/content.c
@@ -63,7 +63,7 @@ struct handler_entry {
static const struct handler_entry handler_map[] = {
{html_create, html_process_data, html_convert, html_revive,
html_reformat, html_destroy, html_redraw,
- html_add_instance, html_remove_instance, 0},
+ html_add_instance, html_remove_instance, html_reshape_instance},
{textplain_create, textplain_process_data, textplain_convert,
textplain_revive, textplain_reformat, textplain_destroy, 0, 0, 0, 0},
#ifdef riscos