change a get-preferences to a preferences:get
closes PR 11667
This commit is contained in:
parent
85c955fad6
commit
90d9256073
|
@ -78,7 +78,7 @@
|
||||||
(unless (send test-panel is-shown?)
|
(unless (send test-panel is-shown?)
|
||||||
(send test-frame add-child test-panel)
|
(send test-frame add-child test-panel)
|
||||||
(send test-frame set-percentages
|
(send test-frame set-percentages
|
||||||
(get-preference 'test-engine:test-dock-size))))
|
(preferences:get 'test-engine:test-dock-size))))
|
||||||
(define test-panel null)
|
(define test-panel null)
|
||||||
(define test-frame null)
|
(define test-frame null)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user