diff --git a/ChangeLog b/ChangeLog index b5d72d48e9..181962e011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,10 @@ (e.g. the check print dialog) and use '%' instead of '~'. This is an interim fix for #99574, at least until we can centralize the functionality. + + * src/business/business-utils/business-prefs.scm: make the + Bill Due Days option selectable based on the setting of + Notify Bills Due? 2003-05-23 Derek Atkins diff --git a/src/business/business-utils/business-prefs.scm b/src/business/business-utils/business-prefs.scm index c95ad75008..25070a0889 100644 --- a/src/business/business-utils/business-prefs.scm +++ b/src/business/business-utils/business-prefs.scm @@ -59,10 +59,14 @@ #f)) (gnc:register-configuration-option - (gnc:make-simple-boolean-option + (gnc:make-complex-boolean-option gnc:*business-label* (N_ "Notify Bills Due?") "g" (N_ "Whether to display the list of Bills Due at startup.") - #t)) + #t #f + (lambda (x) (gnc:set-option-selectable-by-name gnc:*business-label* + "Bills Due Days" + x)) + )) (gnc:register-configuration-option (gnc:make-number-range-option