From 47030c7654d182a33fdcc317af686f51e9ea6775 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sat, 2 Nov 2019 23:48:38 +0800 Subject: [PATCH] [hello-world] fix indenting and incorrect change 928f6145c had changed default list option '(good) to 'good - should be a list of symbols --- gnucash/report/utility-reports/hello-world.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnucash/report/utility-reports/hello-world.scm b/gnucash/report/utility-reports/hello-world.scm index 24a93e38fc..b947cbddca 100644 --- a/gnucash/report/utility-reports/hello-world.scm +++ b/gnucash/report/utility-reports/hello-world.scm @@ -192,16 +192,16 @@ (gnc:make-list-option (N_ "Hello Again") (N_ "A list option") "h" (N_ "This is a list option.") - 'good + '(good) (list (vector 'good - (N_ "The Good") - (N_ "Good option.")) + (N_ "The Good") + (N_ "Good option.")) (vector 'bad - (N_ "The Bad") - (N_ "Bad option.")) + (N_ "The Bad") + (N_ "Bad option.")) (vector 'ugly - (N_ "The Ugly") - (N_ "Ugly option."))))) + (N_ "The Ugly") + (N_ "Ugly option."))))) ;; This option is for testing. When true, the report generates ;; an exception.