make return take the first item in the list all the time

(not just when there is exactly one thing in the list)
This commit is contained in:
Robby Findler 2013-11-12 12:06:32 -06:00
parent fe809a2f95
commit b982c4dd6c

View File

@ -206,7 +206,7 @@
(define (get-item-to-act-on)
(or (send lb get-selection)
(and (= 1 (send lb get-number))
(and (<= 1 (send lb get-number))
0)))
(update-list-of-paths)