From 6aaa06ce38febf58ac2f2236ee5c39a25a6519c8 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 25 May 2003 01:22:32 +0000 Subject: [PATCH] * src/business/business-utils/business-prefs.scm: make the Bill Due Days option selectable based on the setting of Notify Bills Due? git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8390 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/business/business-utils/business-prefs.scm | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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