only include --force when the checkbox isn't disabled

related to PR 13777
This commit is contained in:
Robby Findler 2013-05-25 19:02:39 -05:00
parent b929b73590
commit 56cb3d7b66

View File

@ -381,7 +381,7 @@
(and (not (equal? the-pkg ""))
(cons (get-current-action)
(append
(if (send cb get-value)
(if (and (send cb is-enabled?) (send cb get-value))
'(#:force #t)
'())
(if (selected-type)