mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
bug fix in load of asdf window
This commit is contained in:
parent
85c7b93553
commit
7b7715b760
1 changed files with 1 additions and 1 deletions
|
|
@ -2398,7 +2398,7 @@ of controls and double click to select control."
|
|||
(dolist (n (sort (asdf:already-loaded-systems) #'string-lessp))
|
||||
(add-select-option (loaded-systems panel) n n))
|
||||
(if (current-project app)
|
||||
(setf (text-value (project-list panel)) (current-project app))
|
||||
(setf (text-value (loaded-systems panel)) (current-project app))
|
||||
(setf (text-value (loaded-systems panel)) "clog"))
|
||||
(asdf-browser-populate panel)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue