Fix so column suppression choices actually end up in the output.

svn path=/trunk/netsurf/; revision=10642
This commit is contained in:
Michael Drake 2010-07-15 18:43:47 +00:00
parent 3354bd7425
commit a8f41ec8a9

View File

@ -1,6 +1,7 @@
/*
* Copyright 2006 Richard Wilson <info@tinct.net>
* Copyright 2010 Chris Young <chris@unsatisfactorysoftware.co.uk>
* Copyright 2010 Michael Drake <tlsa@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@ -477,6 +478,9 @@ bool directory_convert(struct content *c) {
/* Set which columns to suppress */
dirlist_generate_hide_columns(0, buffer, MAX_LENGTH);
binding_parse_chunk(c->data.html.parser_binding,
(uint8_t *) buffer, strlen(buffer));
/* Print document title and heading */
dirlist_generate_title(nice_path, buffer, MAX_LENGTH);
free(nice_path);