mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
fix for win64 :rename-and-delete
This commit is contained in:
parent
7a3f0ddace
commit
4e5cc847b5
2 changed files with 18 additions and 1 deletions
|
|
@ -117,13 +117,14 @@
|
|||
(window-focus win))
|
||||
(on-change (obj)
|
||||
(declare (ignore obj))
|
||||
(setf (text-value load-btn) "loading")
|
||||
(setf (text tree) "")
|
||||
(let* ((sel (value projects))
|
||||
(root (quicklisp:where-is-system sel))
|
||||
(dir (directory-namestring (uiop:truename* root))))
|
||||
(cond (root
|
||||
(setf (current-project app) sel)
|
||||
(setf (text-value load-btn) "not loaded")
|
||||
(setf (text tree) "")
|
||||
(create-clog-tree tree
|
||||
:fill-function (lambda (obj)
|
||||
(project-tree-dir-select obj dir))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue