mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix broken value-to-kvp conversion for number range option which doesn't get the kvp type correctly.
This seems to be have been broken all along since r7094. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22049 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
365be68a84
commit
b70c72fa46
@ -1109,7 +1109,7 @@
|
|||||||
(lambda (x) (set! value x))
|
(lambda (x) (set! value x))
|
||||||
(lambda () default-value)
|
(lambda () default-value)
|
||||||
(gnc:restore-form-generator value->string)
|
(gnc:restore-form-generator value->string)
|
||||||
(lambda (f p) (kvp-frame-set-slot-path-gslist f (symbol->string value) p))
|
(lambda (f p) (kvp-frame-set-slot-path-gslist f value p))
|
||||||
(lambda (f p)
|
(lambda (f p)
|
||||||
(let ((v (kvp-frame-get-slot-path-gslist f p)))
|
(let ((v (kvp-frame-get-slot-path-gslist f p)))
|
||||||
(if (and v (number? v))
|
(if (and v (number? v))
|
||||||
|
Loading…
Reference in New Issue
Block a user