.
original commit: 3b1f014d831d18f469b248fbd482d8c6742a0993
This commit is contained in:
parent
d1e695c9cf
commit
9c44a4c92e
|
@ -4608,7 +4608,8 @@
|
||||||
(wx:begin-busy-cursor)
|
(wx:begin-busy-cursor)
|
||||||
(send m set-label (if (directory-exists? dir)
|
(send m set-label (if (directory-exists? dir)
|
||||||
(begin
|
(begin
|
||||||
(set! last-visted-directory dir)
|
(unless directory
|
||||||
|
(set! last-visted-directory dir))
|
||||||
dir)
|
dir)
|
||||||
(string-append "BAD DIRECTORY: " dir)))
|
(string-append "BAD DIRECTORY: " dir)))
|
||||||
(send dir-text set-value dir)
|
(send dir-text set-value dir)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user