auto-enter when choosing a new root on windows
svn: r3229 original commit: 5176f2462df38bfc00a9b59e516dd437c5da89d7
This commit is contained in:
parent
02b90d6c1e
commit
078c6dd91e
|
@ -561,7 +561,9 @@
|
|||
(for-each (lambda (r)
|
||||
(define l (path->string r))
|
||||
(make-object menu-item% l m
|
||||
(lambda _ (enter-text l))))
|
||||
(lambda _
|
||||
(enter-text l)
|
||||
(do-enter))))
|
||||
(filesystem-root-list))))
|
||||
(lock))])
|
||||
(if win?
|
||||
|
|
Loading…
Reference in New Issue
Block a user