Skip to content

Commit

Permalink
Correct the default options if default invalid
Browse files Browse the repository at this point in the history
The default value should be a list and have set the default to the new
"No Fancy Date Format" option.
  • Loading branch information
Bob-IT committed Nov 16, 2016
1 parent 5ce8878 commit a67b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-utils/options.scm
Expand Up @@ -1319,7 +1319,7 @@
(define (def-value)
(if (list? default-value)
default-value
'(locale number #t "")))
(list 'unset 'number #t "")))

(let* ((value (def-value))
(value->string (lambda ()
Expand Down

0 comments on commit a67b492

Please sign in to comment.