diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | src/LYStyle.c | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES index fda53e1d..9002328b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ --- $LynxId: CHANGES,v 1.703 2013/12/01 01:33:06 tom Exp $ +-- $LynxId: CHANGES,v 1.704 2013/12/01 19:23:40 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2013-11-30 (2.8.8pre.2) +2013-12-01 (2.8.8pre.2) +* build-fix for --disable-forms-options -TD * omit request for admin-access in NullSoft installer, since lynx could be installed in user's directory -TD * change Windows default for LYNX_LSS_FILE to not use a directory-path -TD diff --git a/src/LYStyle.c b/src/LYStyle.c index 41f8d473..2045d00a 100644 --- a/src/LYStyle.c +++ b/src/LYStyle.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYStyle.c,v 1.94 2013/11/28 11:37:02 tom Exp $ + * $LynxId: LYStyle.c,v 1.95 2013/12/01 19:22:44 tom Exp $ * * character level styles for Lynx * (c) 1996 Rob Partington -- donated to the Lyncei (if they want it :-) @@ -941,7 +941,9 @@ void init_color_styles(char **from_cmdline, const char *default_styles) */ style_readFromFile(lynx_lss_file); add_to_lss_list(LYPathLeaf(lynx_lss_file), lynx_lss_file); +#ifndef NO_OPTION_FORMS build_lss_enum(list_of_lss_files); +#endif } void reinit_color_styles(void) |